]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
SM's vc target updates
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2001 22:59:29 +0000 (22:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2001 22:59:29 +0000 (22:59 +0000)
Makefile.dist

index 3a3df9b998b71806577e0ac64549f55f26f6c0bc..97754ef2c7f39f46264d7d23858a79aa36966ce1 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___ 
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2001, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # In order to be useful for every potential user, curl and libcurl are
 # dual-licensed under the MPL and the MIT/X-derivate licenses.
@@ -43,13 +43,13 @@ mingw32-ssl:
 
 vc:
        cd lib
-       nmake -f Makefile.vc6
+       nmake -f Makefile.vc6 cfg=release
        cd ..\src
        nmake -f Makefile.vc6
 
 vc-ssl:
        cd lib
-       nmake -f Makefile.vc6 release-ssl
+       nmake -f Makefile.vc6 cfg=release-ssl
        cd ..\src
        nmake -f Makefile.vc6