diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 15:33:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 15:33:40 +0100 |
commit | 0538506fb42e42b7e696dc7875c69cb8ebc65c50 (patch) | |
tree | 5cdb4b692754aa58bd802e0b987845b22d0ff0ce /desktop | |
parent | aba21544bc36cba0cb24778da493ac32c697c3cb (diff) |
ah, not windows only of course
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_soffice.bin.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk index db23a7c6b04f..19fccb4edb12 100644 --- a/desktop/Executable_soffice.bin.mk +++ b/desktop/Executable_soffice.bin.mk @@ -38,7 +38,6 @@ $(eval $(call gb_Executable_set_include,soffice.bin,\ $(eval $(call gb_Executable_add_linked_libs,soffice.bin,\ sal \ sofficeapp \ - user32 \ )) $(eval $(call gb_Executable_add_cobjects,soffice.bin,\ @@ -48,6 +47,10 @@ $(eval $(call gb_Executable_add_cobjects,soffice.bin,\ ifeq ($(OS),WNT) +$(eval $(call gb_Executable_add_linked_libs,soffice.bin,\ + user32 \ +)) + $(eval $(call gb_Executable_add_linked_static_libs,soffice.bin,\ ooopathutils \ )) |