w32/Build_GLPK_with_VC10.bat
changeset 1 c445c931472f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/w32/Build_GLPK_with_VC10.bat	Mon Dec 06 13:09:21 2010 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +rem Build GLPK with Microsoft Visual Studio Express 2010
     1.5 +
     1.6 +rem NOTE: Make sure that HOME variable specifies correct path
     1.7 +set HOME="C:\Program Files\Microsoft Visual Studio 10.0\VC"
     1.8 +
     1.9 +call %HOME%\vcvarsall.bat x86
    1.10 +copy config_VC config.h
    1.11 +%HOME%\bin\nmake.exe /f Makefile_VC
    1.12 +%HOME%\bin\nmake.exe /f Makefile_VC check
    1.13 +
    1.14 +pause