diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-14 12:30:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-14 12:33:47 +0100 |
commit | 5cc6398985181574b68ab15386176fb806386490 (patch) | |
tree | 9cd25f4e06dc279871e512fb087e984e5117bf49 /desktop/Executable_sdraw.mk | |
parent | 25d571fff37ee353ff3b6c89accb73e853392168 (diff) |
fdo#47246: desktop: factor out a winlauncher static library
Diffstat (limited to 'desktop/Executable_sdraw.mk')
-rw-r--r-- | desktop/Executable_sdraw.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk index 24fec0e9c83d..dcea97d30dbf 100644 --- a/desktop/Executable_sdraw.mk +++ b/desktop/Executable_sdraw.mk @@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,sdraw)) $(eval $(call gb_Executable_set_targettype_gui,sdraw,YES)) -$(eval $(call gb_Executable_set_include,sdraw,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Executable_add_defs,sdraw,\ -DUNICODE \ )) @@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,sdraw,\ $(gb_STDLIBS) \ )) +$(eval $(call gb_Executable_add_linked_static_libs,sdraw,\ + winlauncher \ +)) + $(eval $(call gb_Executable_add_noexception_objects,sdraw,\ - desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/sdraw \ )) |