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:
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…
Reference in New Issue
Block a user