gbuildize writerfilter

This commit is contained in:
David Tardon
2011-04-14 12:38:43 +02:00
parent f6323fb886
commit 62b2fea57e
3 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
unoxml \
xmloff \
vbahelper \
writerfilter \
))
# these have only migrated subsequentcheck for now

View File

@@ -49,6 +49,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
cppcanvas \
cui \
dbtools \
doctok \
drawinglayer \
editeng \
for \
@@ -65,7 +66,9 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
msfilter \
msword \
oox \
ooxml \
qstart_gtk \
resourcemodel \
sax \
sb \
sc \
@@ -92,6 +95,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
utl \
vbahelper \
vcl \
writerfilter \
xcr \
xo \
xof \
@@ -134,6 +138,7 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
productregistration \
vbaobj \
vbaswobj \
writerfilter_uno \
))

View File

@@ -147,6 +147,8 @@ gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salh
endif
gb_Library_FILENAMES := $(patsubst writerfilter_uno:writerfilter_uno%,writerfilter_uno:writerfilter%,$(gb_Library_FILENAMES))
# we do not require a known rule for these, when using system libs
ifeq ($(SYSTEM_LIBXML),YES)