summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1998-12-02 10:59:13 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1998-12-02 10:59:13 +0000
commit3697bff6f7653d8216df9743f70fc2eb44ca88bd (patch)
treef48961a847ca28c08aa9b99f767846ba16b3d91f
parent18fc5142bd26bb6d7b2de8ccd55b64acf06ad68e (diff)
Essayer de linker systematiquement avec wsock32.lib
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2217 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--config/Makefile.nt2
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