summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-16 15:52:26 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-16 16:01:30 +0300
commit699d119f7825b5b44f6dd6e3915a0f9584078b69 (patch)
treec65ee8ed4c86ba43eb26a518b643e28032f54ba1 /RepositoryFixes.mk
parent0c5d3ca3e40c60322c1d5eabc6c4a27df96b1c09 (diff)
Use current terminology and socket library
It's called the Windows SDK, not the Platform SDK. Link only with the ws2_32 library, not the wsock32 one.
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 76aca51df4fe..f56313869d82 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -79,7 +79,7 @@ gb_Library_ILIBFILENAMES:=\
uuid \
gb_Library_DLLFILENAMES := $(filter-out $(foreach lib,$(gb_Library_ILIBFILENAMES),$(lib):%),$(gb_Library_DLLFILENAMES))
-gb_Library_DLLFILENAMES += $(foreach lib,$(gb_Library_ILIBFILENAMES),$(lib):$(PSDK_HOME)/lib/$(lib)$(gb_Library_ILIBEXT))
+gb_Library_DLLFILENAMES += $(foreach lib,$(gb_Library_ILIBFILENAMES),$(lib):$(WINDOWS_SDK_HOME)/lib/$(lib)$(gb_Library_ILIBEXT))
gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst cppunit:cppunit%,cppunit:cygcppunit-1-12-1%,$(gb_Library_DLLFILENAMES))