summaryrefslogtreecommitdiff
path: root/extensions/Library_so_activex_x64.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 15:31:46 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commitdc397aae70433c0086ef41f4dac5289fb07a9b19 (patch)
tree3252bd411bd7a488c5af8640e37bb947900631df /extensions/Library_so_activex_x64.mk
parent80374355ab96fa73f2aee8971195faf3cf5985f5 (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
Diffstat (limited to 'extensions/Library_so_activex_x64.mk')
-rw-r--r--extensions/Library_so_activex_x64.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Library_so_activex_x64.mk b/extensions/Library_so_activex_x64.mk
index 7bcf286cb4f0..9bc43840d8a3 100644
--- a/extensions/Library_so_activex_x64.mk
+++ b/extensions/Library_so_activex_x64.mk
@@ -57,14 +57,14 @@ $(eval $(call gb_Library_add_ldflags,so_activex_x64,\
/DEF:$(SRCDIR)/extensions/source/activex/so_activex.def \
))
-$(eval $(call gb_Library_use_libraries,so_activex_x64,\
- uuid \
+$(eval $(call gb_Library_use_system_win32_libs,so_activex_x64,\
advapi32 \
+ gdi32 \
ole32 \
oleaut32 \
- gdi32 \
- urlmon \
shlwapi \
+ urlmon \
+ uuid \
))
ifneq ($(USE_DEBUG_RUNTIME),)