diff options
-rw-r--r-- | config/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.nt b/config/Makefile.nt index 107ca9771..5c42e194a 100644 --- a/config/Makefile.nt +++ b/config/Makefile.nt @@ -23,7 +23,7 @@ BYTECCCOMPOPTS=/Ox /MT BYTECCLINKOPTS=/MT ### Libraries needed -CCLIBS= +CCLIBS=wsock32.lib ### How to invoke the C preprocessor CPP=cl /nologo /EP |