Reverting part of bug 311735, the LOCAL_INCLUDES are needed to build the win32 resources still.

git-svn-id: svn://10.0.0.236/trunk@185210 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-11-23 18:32:55 +00:00
parent 48cddb339c
commit 34f3fc0da8
2 changed files with 4 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ REQUIRES = \
CPPSRCS = nsBrowserApp.cpp
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre
ifdef BUILD_STATIC_LIBS
STATIC_COMPONENTS_LINKER_PATH = -L$(DIST)/lib/components
LIBS += $(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX)

View File

@@ -68,6 +68,8 @@ REQUIRES = \
CPPSRCS = nsMailApp.cpp
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre
ifdef BUILD_STATIC_LIBS
STATIC_COMPONENTS_LINKER_PATH = -L$(DIST)/lib/components
LIBS += $(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX)