summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_quickstart.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-22 15:46:15 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-22 15:46:15 +0300
commit4f3e9f30a0a05a18d39161fda5f271f9b6f2a029 (patch)
treed59bbfbfe5a991cdec071ee828370e7ace6b8858 /desktop/Executable_quickstart.mk
parentSimplify the manifest dance (diff)
downloadcore-4f3e9f30a0a05a18d39161fda5f271f9b6f2a029.tar.gz
core-4f3e9f30a0a05a18d39161fda5f271f9b6f2a029.zip
Always link with user32
Diffstat (limited to 'desktop/Executable_quickstart.mk')
-rw-r--r--desktop/Executable_quickstart.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/Executable_quickstart.mk b/desktop/Executable_quickstart.mk
index aa6abd32f80f..6db687018132 100644
--- a/desktop/Executable_quickstart.mk
+++ b/desktop/Executable_quickstart.mk
@@ -37,11 +37,9 @@ $(eval $(call gb_Executable_set_include,quickstart,\
$(eval $(call gb_Executable_add_linked_libs,quickstart,\
comdlg32 \
gdi32 \
- kernel32 \
ole32 \
oleaut32 \
shell32 \
- user32 \
))
ifeq ($(COM),GCC)