Kaydet (Commit) 3c42024f authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Michael Stahl

WIP: Fix build with --disable-atl on Windows

This avoids finding emboleobj's component in such case.

Change-Id: Ie1bdef629a55b4ddb6be2538939867c182c184b3
Reviewed-on: https://gerrit.libreoffice.org/21075Reviewed-by: 's avatarMatúš Kukan <matus@libreoffice.org>
Tested-by: 's avatarMatúš Kukan <matus@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst da952d82
...@@ -33,7 +33,12 @@ define sw_ooxmlexport_components ...@@ -33,7 +33,12 @@ define sw_ooxmlexport_components
dbaccess/util/dba \ dbaccess/util/dba \
drawinglayer/drawinglayer \ drawinglayer/drawinglayer \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
embeddedobj/source/msole/emboleobj$(if $(filter WNT,$(OS)),.windows) \ $(if $(filter WNT,$(OS)), \
$(if $(DISABLE_ATL),, \
embeddedobj/source/msole/emboleobj.windows \
), \
embeddedobj/source/msole/emboleobj \
) \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/odfflatxml/odfflatxml \ filter/source/odfflatxml/odfflatxml \
filter/source/xmlfilterdetect/xmlfd \ filter/source/xmlfilterdetect/xmlfd \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment