Kaydet (Commit) df984a46 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clean up dead uses of DISABLE_ATL

...after e597ef04 "No need for --disable-activex
and --disable-atl any longer"

Change-Id: I6ea0026fd18e0097aaaf0c1b05618e2a9ddf1a94
Reviewed-on: https://gerrit.libreoffice.org/66871
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 938012a9
...@@ -61,8 +61,8 @@ $(eval $(call gb_CppunitTest_use_components,basic_macros,\ ...@@ -61,8 +61,8 @@ $(eval $(call gb_CppunitTest_use_components,basic_macros,\
i18npool/util/i18npool \ i18npool/util/i18npool \
ucb/source/core/ucb1 \ ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/file/ucpfile1 \
$(if $(DISABLE_ATL),,$(if $(filter $(OS),WNT), \ $(if $(filter $(OS),WNT), \
extensions/source/ole/oleautobridge)) \ extensions/source/ole/oleautobridge) \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,basic_macros)) $(eval $(call gb_CppunitTest_use_configuration,basic_macros))
......
...@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,embeddedobj)) ...@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,embeddedobj))
$(eval $(call gb_Module_add_targets,embeddedobj,\ $(eval $(call gb_Module_add_targets,embeddedobj,\
Library_embobj \ Library_embobj \
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,Library_emboleobj) \ Library_emboleobj \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -12,15 +12,10 @@ $(eval $(call gb_Module_Module,embedserv)) ...@@ -12,15 +12,10 @@ $(eval $(call gb_Module_Module,embedserv))
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,embedserv,\
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,Library_inprocserv) \
))
ifeq ($(DISABLE_ATL),)
$(eval $(call gb_Module_add_targets,embedserv,\ $(eval $(call gb_Module_add_targets,embedserv,\
Library_emser \ Library_emser \
Library_inprocserv \
)) ))
endif
endif endif
......
...@@ -154,13 +154,11 @@ $(eval $(call gb_Rdb_add_components,services,\ ...@@ -154,13 +154,11 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(filter-out WNT,$(OS)), \ $(if $(filter-out WNT,$(OS)), \
embeddedobj/source/msole/emboleobj \ embeddedobj/source/msole/emboleobj \
) \ ) \
$(if $(DISABLE_ATL),, \ $(if $(filter WNT,$(OS)), \
$(if $(filter WNT,$(OS)), \ embeddedobj/source/msole/emboleobj.windows \
embeddedobj/source/msole/emboleobj.windows \ embedserv/util/emser \
embedserv/util/emser \ extensions/source/ole/oleautobridge \
extensions/source/ole/oleautobridge \ winaccessibility/source/service/winaccessibility \
winaccessibility/source/service/winaccessibility \
) \
) \ ) \
$(if $(WITH_WEBDAV), \ $(if $(WITH_WEBDAV), \
ucb/source/ucp/webdav-neon/ucpdav1 \ ucb/source/ucp/webdav-neon/ucpdav1 \
......
...@@ -19,7 +19,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export, \ ...@@ -19,7 +19,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \ emboleobj \
sal \ sal \
test \ test \
unotest \ unotest \
......
...@@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export2, \ ...@@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export2, \
cppu \ cppu \
cppuhelper \ cppuhelper \
editeng \ editeng \
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \ emboleobj \
sal \ sal \
sfx \ sfx \
test \ test \
......
...@@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export3, \ ...@@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export3, \
cppu \ cppu \
cppuhelper \ cppuhelper \
editeng \ editeng \
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \ emboleobj \
sal \ sal \
sfx \ sfx \
test \ test \
......
...@@ -37,9 +37,7 @@ define sw_ooxmlexport_components ...@@ -37,9 +37,7 @@ define sw_ooxmlexport_components
embeddedobj/util/embobj \ embeddedobj/util/embobj \
emfio/emfio \ emfio/emfio \
$(if $(filter WNT,$(OS)), \ $(if $(filter WNT,$(OS)), \
$(if $(DISABLE_ATL),, \ embeddedobj/source/msole/emboleobj.windows, \
embeddedobj/source/msole/emboleobj.windows \
), \
embeddedobj/source/msole/emboleobj \ embeddedobj/source/msole/emboleobj \
) \ ) \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
......
...@@ -11,14 +11,12 @@ $(eval $(call gb_Module_Module,winaccessibility)) ...@@ -11,14 +11,12 @@ $(eval $(call gb_Module_Module,winaccessibility))
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
ifeq ($(COM),MSC) ifeq ($(COM),MSC)
ifeq ($(DISABLE_ATL),)
$(eval $(call gb_Module_add_targets,winaccessibility,\ $(eval $(call gb_Module_add_targets,winaccessibility,\
WinResTarget_uacccom \ WinResTarget_uacccom \
CustomTarget_ia2_idl \ CustomTarget_ia2_idl \
Library_uacccom \ Library_uacccom \
Library_winaccessibility \ Library_winaccessibility \
)) ))
endif # !DISABLE_ATL
endif # COM=MSC endif # COM=MSC
endif # WNT endif # WNT
......
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