diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-02 12:09:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-02 12:09:00 +0000 |
commit | 2f03ef39d12c1a1027c71c9c3bc7e91f356c370c (patch) | |
tree | 8f2dffe8b2b0aabdab35fcec12eb1c1e15f0a55e | |
parent | db33926432aeab46de58ea132ac3e3abc09ee531 (diff) |
SM renamed the debug DLL
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
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
#############################################################
|