1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

Miklos Nemeth added comments

This commit is contained in:
Daniel Stenberg 2002-02-06 16:03:28 +00:00
parent fef78bd6f1
commit f946df640b

View File

@ -1,10 +1,13 @@
######################################################## ########################################################
## Makefile for building curl.exe with MSVC6 ## 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) ## (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> ## Comments to: Troy Engel <tengel@sonic.net>
## Updated by: Craig Davison <cd@securityfocus.com> ## Updated by: Craig Davison <cd@securityfocus.com>
## release-ssl added by Miklos Nemeth <mnemeth@kfkisystems.com>
PROGRAM_NAME = curl.exe PROGRAM_NAME = curl.exe