mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
- Sandor Feldi reported bug #1942022
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the lib/Makefile.vc[68] makefiles' release-ssl-dll target.
This commit is contained in:
parent
ead2618c31
commit
79e06c4147
4
CHANGES
4
CHANGES
@ -8,6 +8,10 @@
|
||||
|
||||
|
||||
Daniel Stenberg (14 Apr 2008)
|
||||
- Sandor Feldi reported bug #1942022
|
||||
(http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the
|
||||
lib/Makefile.vc[68] makefiles' release-ssl-dll target.
|
||||
|
||||
- Brock Noland reported that curl behaved differently depending on which order
|
||||
you used -i and -I.
|
||||
|
||||
|
@ -165,7 +165,7 @@ TARGET = $(LIB_NAME).lib
|
||||
DIROBJ = $(CFG)
|
||||
LFLAGSSSL = "/LIBPATH:$(OPENSSL_PATH)\out32dll"
|
||||
LNK = $(LNKLIB) $(WINLIBS) $(SSLLIBS) $(LFLAGSSSL) /out:$(DIROBJ)\$(TARGET)
|
||||
CC = $(CCNODBG) $(RTLIB) $(CFLAGSSSL)
|
||||
CC = $(CCNODBG) $(RTLIB) $(CFLAGSSSL) $(CFLAGSLIB)
|
||||
CFGSET = TRUE
|
||||
!ENDIF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user