1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

reverted the bad naming of the implib names

This commit is contained in:
Daniel Stenberg 2005-01-02 21:15:29 +00:00
parent 1576f3319e
commit ad9648a215

View File

@ -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