Am 01.09.2010 23:40, schrieb Adam Light:
The attached patch changes the behavior slightly so that now you can use:
   nmake vc VC=vc9
to create the Makefile.vc9 files and then do the making in one
command. Alternately, you can set the VC environment variable and then
use the /E flag with nmake which tells nmake to use the environment
variable values, if they exist, instead of the values defined in the
Makefile.

The patch also adds support for creating Makefile.vc10 makefiles. I've
tested using Visual Studio 2010 Express edition and curl compiles
successfully with the command:
   nmake vc VC=vc10

So with this patch, I'm able to get testcurl.pl running by doing the following:
   set VC=vc9
   set MAKEFLAGS=E
   curl\test\testcurl.pl --target=vc
thanks Adam, just pushed: 3238ef5..864d5ad

Please verify that all works now!

Gün.



-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to