sw/ooxmlexport_setup.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 3612634fee539c7ee4163ac553691f8d64291244 Author: Michael Stahl <[email protected]> Date: Sun Dec 20 01:47:56 2015 +0100 sw: add yet another stupid component for WNT Change-Id: I5b5ea7c2baa7fa3f779138168031935d2f1574bb diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk index a033701..c4a0981 100644 --- a/sw/ooxmlexport_setup.mk +++ b/sw/ooxmlexport_setup.mk @@ -33,9 +33,7 @@ define sw_ooxmlexport_components dbaccess/util/dba \ drawinglayer/drawinglayer \ embeddedobj/util/embobj \ - $(if $(filter-out WNT,$(OS)), \ - embeddedobj/source/msole/emboleobj \ - ) \ + embeddedobj/source/msole/emboleobj$(if $(filter WNT,$(OS)),.windows) \ filter/source/config/cache/filterconfig1 \ filter/source/odfflatxml/odfflatxml \ filter/source/xmlfilterdetect/xmlfd \ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
