mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 2. r=bsmedberg,sr=dmose
This commit is contained in:
parent
59c56ac191
commit
393003ba9d
@ -108,6 +108,24 @@ endif
|
||||
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../src \
|
||||
-I$(srcdir)/../comm4x/src \
|
||||
-I$(srcdir)/../text/src \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../eudora/src
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../eudora/src
|
||||
ifndef GNU_CC
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../oexpress \
|
||||
-I$(srcdir)/../outlook/src \
|
||||
-I$(NULL)
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(LIBS_DIR) \
|
||||
$(EXTRA_DSO_LIBS) \
|
||||
|
@ -107,13 +107,6 @@ EXTRA_DSO_LDOPTS = \
|
||||
|
||||
else
|
||||
|
||||
EXPORTS = \
|
||||
nsComm4xProfile.h \
|
||||
nsComm4xMailStringBundle.h \
|
||||
nsComm4xMailImport.h \
|
||||
nsComm4xMail.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
@ -123,11 +123,6 @@ endif
|
||||
|
||||
else
|
||||
|
||||
EXPORTS = \
|
||||
nsEudoraImport.h \
|
||||
nsEudoraStringBundle.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
@ -108,11 +108,6 @@ EXTRA_DSO_LDOPTS = \
|
||||
|
||||
else
|
||||
|
||||
EXPORTS = \
|
||||
nsOEImport.h \
|
||||
nsOEStringBundle.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
@ -113,11 +113,6 @@ EXTRA_DSO_LDOPTS = \
|
||||
|
||||
else
|
||||
|
||||
EXPORTS = \
|
||||
nsOutlookImport.h \
|
||||
nsOutlookStringBundle.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
@ -111,16 +111,6 @@ EXTRA_DSO_LDOPTS += \
|
||||
|
||||
else
|
||||
|
||||
EXPORTS = \
|
||||
nsImportService.h \
|
||||
nsImportMimeEncode.h \
|
||||
nsImportScanFile.h \
|
||||
ImportOutFile.h \
|
||||
nsImportEncodeScan.h \
|
||||
nsImportTranslator.h \
|
||||
nsImportStringBundle.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
@ -87,11 +87,6 @@ EXTRA_DSO_LDOPTS = \
|
||||
|
||||
else
|
||||
|
||||
EXPORTS = \
|
||||
nsTextImport.h \
|
||||
nsTextStringBundle.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user