remove last users of gb_Executable_add_noexception_object

Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4
Reviewed-on: https://gerrit.libreoffice.org/4953
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
This commit is contained in:
Bjoern Michaelsen 2013-07-17 13:16:27 +02:00 committed by Björn Michaelsen
parent 9e0f5f4541
commit 69f0c2cfd6
12 changed files with 12 additions and 12 deletions

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))

View file

@ -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 \
))