desktop/StaticLibrary_winextendloaderenv.mk | 2 +- desktop/StaticLibrary_winlauncher.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 15178efd902580b8226e9fcf4a72d600b9314626 Author: Bjoern Michaelsen <[email protected]> Date: Wed Jul 17 13:21:50 2013 +0200 remove last users of gb_StaticLibrary_add_noexception_object Change-Id: Ide24057ec7df09c719ad443085390fb53d1bae02 Reviewed-on: https://gerrit.libreoffice.org/4954 Reviewed-by: Björn Michaelsen <[email protected]> Tested-by: Björn Michaelsen <[email protected]> diff --git a/desktop/StaticLibrary_winextendloaderenv.mk b/desktop/StaticLibrary_winextendloaderenv.mk index d920ac8..4e87b8f 100644 --- a/desktop/StaticLibrary_winextendloaderenv.mk +++ b/desktop/StaticLibrary_winextendloaderenv.mk @@ -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 \ )) diff --git a/desktop/StaticLibrary_winlauncher.mk b/desktop/StaticLibrary_winlauncher.mk index 64cd81a..1ebefcc 100644 --- a/desktop/StaticLibrary_winlauncher.mk +++ b/desktop/StaticLibrary_winlauncher.mk @@ -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 \ ))
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
