summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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 'sd')
-rw-r--r--sd/CppunitTest_sd_uimpress.mk2
-rw-r--r--sd/Library_sd.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk
index 70f742949bc4..4d175957c35a 100644
--- a/sd/CppunitTest_sd_uimpress.mk
+++ b/sd/CppunitTest_sd_uimpress.mk
@@ -77,7 +77,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
$(eval $(call gb_CppunitTest_add_standard_system_libs,sd_uimpress))
ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\
+$(eval $(call gb_CppunitTest_use_system_win32_libs,sd_uimpress,\
ws2_32 \
))
endif
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 3ac73b8f0857..d8dd7c095133 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -114,7 +114,7 @@ $(eval $(call gb_Library_use_externals,sd,\
))
ifeq ($(OS),WNT)
-$(eval $(call gb_Library_use_libraries,sd,\
+$(eval $(call gb_Library_use_system_win32_libs,sd,\
ws2_32 \
))
endif