diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-11-21 22:59:29 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-21 22:59:29 +0000 | 
| commit | 91b15987566463ffc7ff4692c7e678a8a4cd7bf3 (patch) | |
| tree | 564a8f64bae9e3e6e0dd0460fe9ddd49a8b6379a | |
| parent | 17b18bca3cab0ab6d6df01951a41454e6f8ee5d3 (diff) | |
SM's vc target updates
| -rw-r--r-- | Makefile.dist | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Makefile.dist b/Makefile.dist index 3a3df9b99..97754ef2c 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -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 | 
