Hi,
running testcurl.pl on Windows 8, VC10, I had to remove the curl_rand.obj,
and add the dotdot.obj to make the linker happy.
With those changes both exe and lib were created successfully.
See attached patch (for VC10, also included in the patch).
Best, Boris
diff --git a/Makefile.dist b/Makefile.dist
index a4fbef1..c91e491 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -20,7 +20,7 @@
#
###########################################################################
-VC=vc6
+VC=vc10
all:
./configure
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index f22e0c3..060eb54 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -515,7 +515,7 @@ X_OBJS= \
$(DIROBJ)\curl_ntlm_core.obj \
$(DIROBJ)\curl_ntlm_msgs.obj \
$(DIROBJ)\curl_ntlm_wb.obj \
- $(DIROBJ)\curl_rand.obj \
+ $(DIROBJ)\dotdot.obj \
$(DIROBJ)\curl_rtmp.obj \
$(DIROBJ)\curl_sasl.obj \
$(DIROBJ)\curl_schannel.obj \
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html