зеркало из https://github.com/mozilla/gecko-dev.git
Patch from mkaply for building Phoenix on OS/2 (bug 171037).
This commit is contained in:
Родитель
9faa3a2a4e
Коммит
ac5439f237
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
||||
DIRS = win
|
||||
else
|
||||
DIRS = unix
|
||||
|
|
|
@ -92,6 +92,10 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),gtk)
|
|||
SHAREDSRCS += nsNativeAppSupportGtk.cpp
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
SHAREDSRCS += nsNativeAppSupportOS2.cpp
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
$(SHAREDSRCS) \
|
||||
nsAppRunner.cpp \
|
||||
|
|
|
@ -50,8 +50,8 @@ public:
|
|||
nsXREDirProvider(const nsACString& aProductName);
|
||||
virtual ~nsXREDirProvider();
|
||||
|
||||
NS_DECL_ISUPPORTS;
|
||||
NS_DECL_NSIDIRECTORYSERVICEPROVIDER;
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIDIRECTORYSERVICEPROVIDER
|
||||
|
||||
private:
|
||||
nsresult GetProductDirectory(nsILocalFile** aFile);
|
||||
|
|
Загрузка…
Ссылка в новой задаче