diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 19:30:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-20 01:12:23 +0200 |
commit | 25e10370feb4d62b953c317169516737fe982a34 (patch) | |
tree | 1e63db91da7682cd72a84450d6657e55e823c7b0 /desktop/Executable_simpress.mk | |
parent | a3c01095c0bb8c37fd8ddb9ec7f4e2df5085a81a (diff) |
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'desktop/Executable_simpress.mk')
-rw-r--r-- | desktop/Executable_simpress.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk index d698df259c30..f0b72411d521 100644 --- a/desktop/Executable_simpress.mk +++ b/desktop/Executable_simpress.mk @@ -37,6 +37,10 @@ $(eval $(call gb_Executable_add_defs,simpress,\ -DUNICODE \ )) +$(eval $(call gb_Executable_add_linked_libs,simpress,\ + $(gb_STDLIBS) \ +)) + $(eval $(call gb_Executable_add_noexception_objects,simpress,\ desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/simpress \ |