aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-02 21:15:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-02 21:15:29 +0000
commitad9648a2155c9e3864a00c134482b31221751e11 (patch)
treea9a011e082fbcc3dd2d75d46699409930487d64e /lib/Makefile.vc6
parent1576f3319ef03d801f8783fb017b3c2da6c8a099 (diff)
reverted the bad naming of the implib names
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 0be22560b..48f1301c3 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -31,8 +31,8 @@ LIB_NAME_DEBUG = libcurld
#
# Stem for DLL import libs
#
-IMPLIB_NAME = libcurl
-IMPLIB_NAME_DEBUG = libcurld
+IMPLIB_NAME = libcurl_imp
+IMPLIB_NAME_DEBUG = libcurld_imp
!IFNDEF OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.7e