summaryrefslogtreecommitdiff
path: root/config/Makefile.msvc64
diff options
context:
space:
mode:
Diffstat (limited to 'config/Makefile.msvc64')
-rw-r--r--config/Makefile.msvc646
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Makefile.msvc64 b/config/Makefile.msvc64
index cef5711177..a067fd0653 100644
--- a/config/Makefile.msvc64
+++ b/config/Makefile.msvc64
@@ -66,7 +66,7 @@ ASPP=
ASPPPROFFLAGS=
PROFILING=noprof
DYNLINKOPTS=
-DEBUGGER=
+DEBUGGER=ocamldebugger
CC_PROFILE=
SYSTHREAD_SUPPORT=true
CMXS=cmxs
@@ -90,8 +90,8 @@ DLLCCCOMPOPTS=/Ox /MD
### Libraries needed
EXTRALIBS=bufferoverflowu.lib
-BYTECCLIBS=advapi32.lib $(EXTRALIBS)
-NATIVECCLIBS=advapi32.lib $(EXTRALIBS)
+BYTECCLIBS=advapi32.lib ws2_32.lib $(EXTRALIBS)
+NATIVECCLIBS=advapi32.lib ws2_32.lib $(EXTRALIBS)
### How to invoke the C preprocessor
CPP=cl /nologo /EP