build_include_path_mods

git-svn-id: svn://10.0.0.236/trunk@235418 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2007-09-09 00:47:52 +00:00
parent 09f0c354c0
commit d7503689df
3 changed files with 20 additions and 10 deletions

View File

@@ -45,10 +45,12 @@ CPPSRCS = \
org_mozilla_util_DebugPluglet.cpp \
$(NULL)
INCLUDES += -I$(MOZILLA_FIVE_HOME)/../include/xpcom \
-I$(MOZILLA_FIVE_HOME)/../include/plugin \
-I$(MOZILLA_FIVE_HOME)/../include/string \
-I$(MOZILLA_FIVE_HOME)/../include/xpcom_obsolete \
INCLUDES += \
-I$(DIST)/include/string \
-I$(DIST)/include/plugin \
-I$(DIST)/include/xpcom \
-I$(DIST)/include/xpcom_obsolete \
$(NULL)
EXTRA_LIBS += \
$(NSPR_LIBS) \

View File

@@ -77,11 +77,17 @@ INCLUDES += \
-I$(MSVCDIR)/ATL/SRC \
-I$(DEPTH)/../java/plugins/src \
-I../src/_xpidlgen \
-I$(MOZILLA_FIVE_HOME)/../include/string \
-I$(MOZILLA_FIVE_HOME)/../include/xpcom_obsolete \
$(NULL)
endif
INCLUDES += \
-I$(DIST)/include/string \
-I$(DIST)/include/plugin \
-I$(DIST)/include/xpcom \
-I$(DIST)/include/xpcom_obsolete \
$(NULL)
CXXFLAGS += -DFORCE_PR_LOG
DEFINES += -DMOZILLA_STRICT_API

View File

@@ -93,10 +93,12 @@ ifeq ($(OS_ARCH),Darwin)
DLL_SUFFIX = .jnilib
endif #DARWIN
INCLUDES += -I$(MOZILLA_FIVE_HOME)/../include/xpcom \
-I$(MOZILLA_FIVE_HOME)/../include/plugin \
-I$(MOZILLA_FIVE_HOME)/../include/string \
-I$(MOZILLA_FIVE_HOME)/../include/xpcom_obsolete \
INCLUDES += \
-I$(DIST)/include/string \
-I$(DIST)/include/plugin \
-I$(DIST)/include/xpcom \
-I$(DIST)/include/xpcom_obsolete \
$(NULL)
ifeq ($(OS_ARCH),Linux)
DSO_LDOPTS += \