xmlfix3: convert unoxml to gbuild

This commit is contained in:
Michael Stahl
2011-02-10 18:37:54 +01:00
parent 076fe89aaa
commit 1ef780d9f5
3 changed files with 13 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
sw \
toolkit \
tools \
unoxml \
xmloff \
))

View File

@@ -69,6 +69,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
tk \
tl \
utl \
unordf \
unoxml \
vbahelper \
vcl \
xcr \
@@ -82,6 +84,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
icuuc \
rdf \
xslt \
))

View File

@@ -130,6 +130,14 @@ ifeq ($(SYSTEM_LIBXML),YES)
gb_Library_TARGETS := $(filter-out xml2,$(gb_Library_TARGETS))
endif
ifeq ($(SYSTEM_LIBXSLT),YES)
gb_Library_TARGETS := $(filter-out xslt,$(gb_Library_TARGETS))
endif
ifeq ($(SYSTEM_REDLAND),YES)
gb_Library_TARGETS := $(filter-out rdf,$(gb_Library_TARGETS))
endif
ifeq ($(SYSTEM_ICU),YES)
gb_Library_TARGETS := $(filter-out icuuc,$(gb_Library_TARGETS))
endif