source:
lemon-project-template-glpk/deps/glpk/w32/Build_GLPK_with_VC9.bat
@
11:4fc6ad2fb8a6
Last change on this file since 11:4fc6ad2fb8a6 was 9:33de93886c88, checked in by , 13 years ago | |
---|---|
File size: 329 bytes |
Line | |
---|---|
1 | rem Build GLPK with Microsoft Visual Studio Express 2008 |
2 | |
3 | rem NOTE: Make sure that HOME variable specifies correct path |
4 | set HOME="C:\Program Files\Microsoft Visual Studio 9.0\VC" |
5 | |
6 | call %HOME%\bin\vcvars32.bat |
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 |
Note: See TracBrowser
for help on using the repository browser.