remove last users of gb_StaticLibrary_add_noexception_object

Change-Id: Ide24057ec7df09c719ad443085390fb53d1bae02
Reviewed-on: https://gerrit.libreoffice.org/4954
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:21:50 +02:00
committed by Björn Michaelsen
parent 69f0c2cfd6
commit 15178efd90
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,winextendloaderenv))
$(eval $(call gb_StaticLibrary_add_noexception_objects,winextendloaderenv,\
$(eval $(call gb_StaticLibrary_add_exception_objects,winextendloaderenv,\
desktop/win32/source/extendloaderenvironment \
))

View File

@@ -14,7 +14,7 @@ $(eval $(call gb_StaticLibrary_add_defs,winlauncher,\
-DUNICODE \
))
$(eval $(call gb_StaticLibrary_add_noexception_objects,winlauncher,\
$(eval $(call gb_StaticLibrary_add_exception_objects,winlauncher,\
desktop/win32/source/applauncher/launcher \
))