Attempting to fix Mac bustage. I'll try to come up with a cleaner fix for this tomorrow.

This commit is contained in:
bryner%brianryner.com 2004-02-26 10:33:51 +00:00
parent 111a238403
commit 7e5aa53a42
7 changed files with 28 additions and 0 deletions

View File

@ -55,6 +55,10 @@ ifdef TX_EXE
CPPSRCS += SimpleErrorObserver.cpp
endif
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../xpath -I$(srcdir)/../xslt -I$(srcdir)/../xml \

View File

@ -44,6 +44,10 @@ DIRS = dom parser
CPPSRCS = XMLUtils.cpp
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom -I$(srcdir)/../xpath \

View File

@ -48,6 +48,10 @@ endif
CPPSRCS = txXMLParser.cpp
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
DEFINES += -DXML_DTD -DXML_UNICODE

View File

@ -86,6 +86,10 @@ else
CPPSRCS += txStandaloneXPathTreeWalker.cpp
endif
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \

View File

@ -87,6 +87,10 @@ CPPSRCS += txMozillaStylesheetCompiler.cpp \
txMozillaXSLTProcessor.cpp
endif
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \

View File

@ -49,6 +49,10 @@ CPPSRCS = CurrentFunctionCall.cpp \
txFormatNumberFunctionCall.cpp \
txKeyFunctionCall.cpp
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../../xpath \

View File

@ -43,6 +43,10 @@ endif
CPPSRCS = txNodeSorter.cpp txXPathResultComparator.cpp
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir) -I$(srcdir)/../../base -I$(srcdir)/../../xpath \