summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/Makefile.in')
-rw-r--r--src/windows/cns/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in
index fbd19166d7..a1459b73ed 100644
--- a/src/windows/cns/Makefile.in
+++ b/src/windows/cns/Makefile.in
@@ -28,12 +28,12 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1
##### Linker
LINK = link
-LIBS = $(KLIB) $(WLIB)
+LIBS = $(KLIB) $(CLIB)
##WIN16##SYSLIBS = libw llibcew
!if defined(DEBUG)
##WIN16##LFLAGS = /co /nologo /nod /nopackcode /map:full
##WIN32##LFLAGS = /nologo /nod /debug
-##WIN32##SYSLIBS = libcd.lib kernel32.lib wsock32.lib user32.lib gdi32.lib
+##WIN32##SYSLIBS = libcd.lib kernel32.lib user32.lib gdi32.lib
!else
##WIN16##LFLAGS = /nologo /nod /nopackcode
##WIN32##LFLAGS = /nologo /nod