Kaydet (Commit) ca8ac449 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#60491: scp2: always package emboleobj library on non-WNT platforms

(regression from 09cd5c46, which defined
 DISABLE_ATL on all platforms in configure)

Change-Id: If2373386102373cb49e8cd0c6bf807da2f805dda
üst e7014ca4
......@@ -142,9 +142,12 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(filter headless,$(GUIBASE)), \
vcl/vcl.headless \
) \
$(if $(filter-out WNT,$(OS)), \
embeddedobj/source/msole/emboleobj \
) \
$(if $(DISABLE_ATL),, \
embeddedobj/source/msole/emboleobj$(if $(filter WNT,$(OS)),.windows) \
$(if $(filter WNT,$(OS)), \
embeddedobj/source/msole/emboleobj.windows \
embedserv/util/emser \
extensions/source/ole/oleautobridge \
) \
......
......@@ -394,7 +394,8 @@ STD_LIB_FILE(gid_File_Lib_Drawinglayer,drawinglayer)
SPECIAL_LIB_FILE(gid_File_Lib_Embobj,embobj)
#ifndef DISABLE_ATL
/* fdo#60491 always need emboleobj library on non-WNT platforms */
#if !defined(WNT) || !defined(DISABLE_ATL)
SPECIAL_LIB_FILE(gid_File_Lib_Emboleobj,emboleobj)
#endif
......
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