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
Родитель 4a7b76d49e
Коммит 34a5c58311
7 изменённых файлов: 28 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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