Kaydet (Commit) 69f0c2cf authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen Kaydeden (comit) Björn Michaelsen

remove last users of gb_Executable_add_noexception_object

Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4
Reviewed-on: https://gerrit.libreoffice.org/4953Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
üst 9e0f5f45
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,sbase,\
$(call gb_Executable_get_target,sbase) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,sbase,\
$(eval $(call gb_Executable_add_exception_objects,sbase,\
desktop/win32/source/applauncher/sbase \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,scalc,\
$(call gb_Executable_get_target,scalc) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,scalc,\
$(eval $(call gb_Executable_add_exception_objects,scalc,\
desktop/win32/source/applauncher/scalc \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,sdraw,\
$(call gb_Executable_get_target,sdraw) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,sdraw,\
$(eval $(call gb_Executable_add_exception_objects,sdraw,\
desktop/win32/source/applauncher/sdraw \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,simpress,\
$(call gb_Executable_get_target,simpress) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,simpress,\
$(eval $(call gb_Executable_add_exception_objects,simpress,\
desktop/win32/source/applauncher/simpress \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,smath,\
$(call gb_Executable_get_target,smath) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,smath,\
$(eval $(call gb_Executable_add_exception_objects,smath,\
desktop/win32/source/applauncher/smath \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_use_static_libraries,soffice,\
winextendloaderenv \
))
$(eval $(call gb_Executable_add_noexception_objects,soffice,\
$(eval $(call gb_Executable_add_exception_objects,soffice,\
desktop/win32/source/officeloader/officeloader \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,sweb,\
$(call gb_Executable_get_target,sweb) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,sweb,\
$(eval $(call gb_Executable_add_exception_objects,sweb,\
desktop/win32/source/applauncher/sweb \
))
......
......@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,swriter,\
$(call gb_Executable_get_target,swriter) : \
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
$(eval $(call gb_Executable_add_noexception_objects,swriter,\
$(eval $(call gb_Executable_add_exception_objects,swriter,\
desktop/win32/source/applauncher/swriter \
))
......
......@@ -13,7 +13,7 @@ $(eval $(call gb_Executable_use_static_libraries,unoinfo,\
ooopathutils \
))
$(eval $(call gb_Executable_add_noexception_objects,unoinfo,\
$(eval $(call gb_Executable_add_exception_objects,unoinfo,\
desktop/win32/source/unoinfo \
))
......
......@@ -16,7 +16,7 @@ $(eval $(call gb_Executable_use_static_libraries,unopkg,\
winextendloaderenv \
))
$(eval $(call gb_Executable_add_noexception_objects,unopkg,\
$(eval $(call gb_Executable_add_exception_objects,unopkg,\
desktop/win32/source/guiloader/genericloader \
))
......
......@@ -17,7 +17,7 @@ $(eval $(call gb_Executable_use_static_libraries,pyuno/python,\
ooopathutils \
))
$(eval $(call gb_Executable_add_noexception_objects,pyuno/python,\
$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\
pyuno/zipcore/python \
))
......
......@@ -9,7 +9,7 @@
$(eval $(call gb_Executable_Executable,regsvrex))
$(eval $(call gb_Executable_add_noexception_objects,regsvrex,\
$(eval $(call gb_Executable_add_exception_objects,regsvrex,\
shell/source/tools/regsvrex/regsvrex \
))
......
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