diff options
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 \ )) |