lemon-project-template-glpk
comparison deps/glpk/w32/Build_GLPK_with_VC10.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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8ada781de3d6 |
---|---|
1 rem Build GLPK with Microsoft Visual Studio Express 2010 | |
2 | |
3 rem NOTE: Make sure that HOME variable specifies correct path | |
4 set HOME="C:\Program Files\Microsoft Visual Studio 10.0\VC" | |
5 | |
6 call %HOME%\vcvarsall.bat x86 | |
7 copy config_VC config.h | |
8 %HOME%\bin\nmake.exe /f Makefile_VC | |
9 %HOME%\bin\nmake.exe /f Makefile_VC check | |
10 | |
11 pause |