mirror of
https://github.com/curl/curl.git
synced 2026-07-10 06:27:17 +03: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
2 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue