diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-14 15:03:44 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-14 16:23:30 +0100 |
commit | 813a57cb1afa16bb306ced96d367fa1f55906620 (patch) | |
tree | c492472b0f324ff7b76c67ed7a79f14ad45dcfda /desktop/Executable_unopkg.mk | |
parent | f1a2665128fa476f571cfd47c29b202a7ecc21cc (diff) |
fdo#47246: desktop: factor out a winextendloadenv static library
Diffstat (limited to 'desktop/Executable_unopkg.mk')
-rw-r--r-- | desktop/Executable_unopkg.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/Executable_unopkg.mk b/desktop/Executable_unopkg.mk index 9e4a49025084..74d957e97e14 100644 --- a/desktop/Executable_unopkg.mk +++ b/desktop/Executable_unopkg.mk @@ -29,16 +29,12 @@ $(eval $(call gb_Executable_Executable,unopkg)) $(eval $(call gb_Executable_set_targettype_gui,unopkg,YES)) -$(eval $(call gb_Executable_set_include,unopkg,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Executable_add_linked_static_libs,unopkg,\ ooopathutils \ + winextendloaderenv \ )) $(eval $(call gb_Executable_add_noexception_objects,unopkg,\ - desktop/win32/source/extendloaderenvironment \ desktop/win32/source/guiloader/genericloader \ )) |