Hoping to fix the windows mess once for all

Change-Id: Ie65e395507f3e6df28561f98030ba532eea01a02
Reviewed-on: https://gerrit.libreoffice.org/5063
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
This commit is contained in:
Fridrich Štrba 2013-07-24 12:53:20 +02:00 committed by Fridrich Strba
parent af1365fbc2
commit 1f505adeca

View File

@ -307,6 +307,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
pcr \ pcr \
pdffilter \ pdffilter \
$(if $(DISABLE_SCRIPTING),,protocolhandler) \ $(if $(DISABLE_SCRIPTING),,protocolhandler) \
$(if $(filter $(OS)$(COM),WNTMSC),qslnkmsi) \
$(if $(filter $(OS)$(COM),WNTMSC),reg4allmsdoc) \
res \ res \
sax \ sax \
sb \ sb \
@ -315,10 +317,13 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
sd \ sd \
sdd \ sdd \
sdfilt \ sdfilt \
$(if $(filter $(OS)$(COM),WNTMSC),sdqsmsi) \
sdui \ sdui \
$(if $(filter $(OS)$(COM),WNTMSC),sellangmsi) \
sfx \ sfx \
simplecanvas \ simplecanvas \
slideshow \ slideshow \
$(if $(filter $(OS)$(COM),WNTMSC),sn_tools) \
sot \ sot \
$(if $(ENABLE_HEADLESS),,spl) \ $(if $(ENABLE_HEADLESS),,spl) \
$(if $(DISABLE_SCRIPTING),,stringresource) \ $(if $(DISABLE_SCRIPTING),,stringresource) \