lemon-project-template-glpk
diff deps/glpk/w64/Build_GLPK_with_VC9_DLL.bat @ 9:33de93886c88
Import GLPK 4.47
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 20:59:10 +0100 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deps/glpk/w64/Build_GLPK_with_VC9_DLL.bat Sun Nov 06 20:59:10 2011 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +rem Build GLPK DLL with Microsoft Visual Studio Express 2008 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 9.0\VC" 1.8 + 1.9 +call %HOME%\bin\vcvars64.bat 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