mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
reverted the bad naming of the implib names
This commit is contained in:
parent
1576f3319e
commit
ad9648a215
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user