mirror of
https://github.com/moparisthebest/curl
synced 2024-08-13 17:03:50 -04:00
Miklos Nemeth added comments
This commit is contained in:
parent
fef78bd6f1
commit
f946df640b
@ -1,10 +1,13 @@
|
||||
########################################################
|
||||
## Makefile for building curl.exe with MSVC6
|
||||
## Use: nmake -f makefile.vc6 [release | debug]
|
||||
## Use: nmake -f makefile.vc6 [release | debug] [CFG=release-ssl]
|
||||
## (default is release)
|
||||
## "nmake -f makefile.vc6 CFG=release-ssl" statically links OpenSSL
|
||||
## into curl.exe producing a standalone SSL-enabled executable.
|
||||
##
|
||||
## Comments to: Troy Engel <tengel@sonic.net>
|
||||
## Updated by: Craig Davison <cd@securityfocus.com>
|
||||
## release-ssl added by Miklos Nemeth <mnemeth@kfkisystems.com>
|
||||
|
||||
PROGRAM_NAME = curl.exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user