Bustage fix - remove earlier workarounds

This commit is contained in:
bryner%brianryner.com 2004-02-26 17:17:40 +00:00
Родитель 00c9936e63
Коммит 40ccfbd8c9
8 изменённых файлов: 0 добавлений и 32 удалений

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

@ -145,10 +145,6 @@ EXTRA_DSO_LDOPTS += \
$(MOZ_JS_LIBS) \
$(NULL)
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../source/xslt -I$(srcdir)/../source/base \

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

@ -55,10 +55,6 @@ 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,10 +44,6 @@ 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,10 +48,6 @@ endif
CPPSRCS = txXMLParser.cpp
ifdef BUILD_SHARED_LIBS
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk
DEFINES += -DXML_DTD -DXML_UNICODE

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

@ -86,10 +86,6 @@ 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,10 +87,6 @@ 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,10 +49,6 @@ 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,10 +43,6 @@ 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 \