lemon-project-template-glpk
annotate deps/glpk/w32/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 |
rev | line source |
---|---|
alpar@9 | 1 rem Build GLPK DLL with Microsoft Visual Studio Express 2008 |
alpar@9 | 2 |
alpar@9 | 3 rem NOTE: Make sure that HOME variable specifies correct path |
alpar@9 | 4 set HOME="C:\Program Files\Microsoft Visual Studio 9.0\VC" |
alpar@9 | 5 |
alpar@9 | 6 call %HOME%\bin\vcvars32.bat |
alpar@9 | 7 copy config_VC config.h |
alpar@9 | 8 %HOME%\bin\nmake.exe /f Makefile_VC_DLL |
alpar@9 | 9 %HOME%\bin\nmake.exe /f Makefile_VC_DLL check |
alpar@9 | 10 |
alpar@9 | 11 pause |