summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
Diffstat (limited to 'curl')
-rw-r--r--curl/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk
index d3da8b318b7c..7a8d784f2332 100644
--- a/curl/makefile.mk
+++ b/curl/makefile.mk
@@ -153,11 +153,14 @@ MACHINE=X86
MACHINE=X64
.ENDIF
-.IF "$(debug)"==""
+# that debug configuration is disabled for now because it needs msvcr90d.dll
+# (the debug MSVC runtime) and that is not copied into the solver currently,
+# causing unit tests to fail
+#.IF "$(debug)"==""
BUILD_ACTION=nmake -f Makefile.vc9 cfg=release-dll EXCFLAGS=$(EXCFLAGS) MACHINE=$(MACHINE)
-.ELSE
-BUILD_ACTION=nmake -f Makefile.vc9 cfg=debug-dll EXCFLAGS=$(EXCFLAGS) MACHINE=$(MACHINE)
-.ENDIF
+#.ELSE
+#BUILD_ACTION=nmake -f Makefile.vc9 cfg=debug-dll EXCFLAGS=$(EXCFLAGS) MACHINE=$(MACHINE)
+#.ENDIF
OUT2BIN=$(BUILD_DIR)$/libcurl.dll
OUT2LIB=$(BUILD_DIR)$/libcurl.lib