1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/w64/Build_GLPK_with_VC10_DLL.bat Mon Dec 06 13:09:21 2010 +0100
1.3 @@ -0,0 +1,11 @@
1.4 +rem Build GLPK DLL 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 (x86)\Microsoft Visual Studio 10.0\VC"
1.8 +
1.9 +call %HOME%\vcvarsall.bat x64
1.10 +copy config_VC config.h
1.11 +%HOME%\bin\nmake.exe /f Makefile_VC_DLL
1.12 +%HOME%\bin\nmake.exe /f Makefile_VC_DLL check
1.13 +
1.14 +pause