diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-17 13:21:50 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-17 12:18:56 +0000 |
commit | 15178efd902580b8226e9fcf4a72d600b9314626 (patch) | |
tree | 9e496a6a663df826e38b499e652b06508e926cc3 /desktop | |
parent | 69f0c2cfd6747e32ca050599405c556247434c77 (diff) |
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>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/StaticLibrary_winextendloaderenv.mk | 2 | ||||
-rw-r--r-- | desktop/StaticLibrary_winlauncher.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/StaticLibrary_winextendloaderenv.mk b/desktop/StaticLibrary_winextendloaderenv.mk index d920ac83c948..4e87b8f41ec9 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 64cd81a771a9..1ebefccec990 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 \ )) |