summaryrefslogtreecommitdiff
path: root/solenv/inc/set_wntx64.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 /solenv/inc/set_wntx64.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 'solenv/inc/set_wntx64.mk')
-rw-r--r--solenv/inc/set_wntx64.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/inc/set_wntx64.mk b/solenv/inc/set_wntx64.mk
index 971dd650b61d..bc8fb7445dfd 100644
--- a/solenv/inc/set_wntx64.mk
+++ b/solenv/inc/set_wntx64.mk
@@ -114,7 +114,7 @@ STDSLOCUI_X64=
IMPLIBFLAGS_X64=-machine:X64
-LIBPATH_X64=$(PSDK_HOME)/lib/x64
+LIBPATH_X64=$(WINDOWS_SDK_HOME)/lib/x64
LIBPATH_VC_X64=$(COMPATH)/lib/amd64
ADVAPI32LIB_X64=$(LIBPATH_X64)/advapi32.lib
@@ -127,7 +127,6 @@ WINSPOOLLIB_X64=$(LIBPATH_X64)/winspool.lib
IMM32LIB_X64=$(LIBPATH_X64)/imm32.lib
VERSIONLIB_X64=$(LIBPATH_X64)/version.lib
WINMMLIB_X64=$(LIBPATH_X64)/winmm.lib
-WSOCK32LIB_X64=$(LIBPATH_X64)/wsock32.lib
MPRLIB_X64=$(LIBPATH_X64)/mpr.lib
WS2_32LIB_X64=$(LIBPATH_X64)/ws2_32.lib
KERNEL32LIB_X64=$(LIBPATH_X64)/kernel32.lib