Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 2. r=bsmedberg,sr=dmose

This commit is contained in:
bugzilla%standard8.demon.co.uk 2005-09-27 16:42:09 +00:00
parent 59c56ac191
commit 393003ba9d
7 changed files with 18 additions and 37 deletions

View File

@ -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) \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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