COIN-OR::LEMON - Graph Library

source: lemon-project-template-glpk/deps/glpk/w64/Build_GLPK_with_VC9.bat @ 9:33de93886c88

subpack-glpk
Last change on this file since 9:33de93886c88 was 9:33de93886c88, checked in by Alpar Juttner <alpar@…>, 12 years ago

Import GLPK 4.47

File size: 335 bytes
Line 
1rem Build GLPK with Microsoft Visual Studio Express 2008
2
3rem NOTE: Make sure that HOME variable specifies correct path
4set HOME="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC"
5
6call %HOME%\bin\vcvars64.bat
7copy config_VC config.h
8%HOME%\bin\nmake.exe /f Makefile_VC
9%HOME%\bin\nmake.exe /f Makefile_VC check
10
11pause
Note: See TracBrowser for help on using the repository browser.