From 2f03ef39d12c1a1027c71c9c3bc7e91f356c370c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 2 Dec 2001 12:09:00 +0000 Subject: [PATCH] SM renamed the debug DLL --- lib/Makefile.vc6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 820cec148..99490039a 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -28,7 +28,7 @@ ############################################################## LIB_NAME = libcurl -LIB_NAME_DEBUG = libcurl +LIB_NAME_DEBUG = libcurld OPENSSL_PATH = ../../openssl-0.9.6 #############################################################