summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-19 11:59:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-19 11:59:42 +0100
commit7dae2882a82711857ae059173c35f01c7302fe2c (patch)
tree1b95391dbe5f0c46099e06e4601f624c80bb7ee9 /desktop
parent2c17f1196394a7fd56fe0d807146c110c5ae741a (diff)
progress to link stage of loader2
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_loader2.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/Executable_loader2.mk b/desktop/Executable_loader2.mk
index 6e34dc69b1e8..f399d3847876 100644
--- a/desktop/Executable_loader2.mk
+++ b/desktop/Executable_loader2.mk
@@ -38,16 +38,17 @@ $(eval $(call gb_Executable_add_defs,loader2,\
))
endif
-$(eval $(call gb_Executable_add_libs,loader2,\
+$(eval $(call gb_Executable_add_linked_libs,loader2,\
advapi32 \
gdi32 \
msi \
shell32 \
+ user32 \
))
ifneq ($(COM),GCC)
-$(eval $(call gb_Executable_add_libs,loader2,\
- libcmt.lib \
+$(eval $(call gb_Executable_add_linked_libs,loader2,\
+ libcmt \
))
endif