COIN-OR::LEMON - Graph Library

source: glpk-cmake/w32/Build_GLPK_with_VC9.bat @ 1:c445c931472f

Last change on this file since 1:c445c931472f was 1:c445c931472f, checked in by Alpar Juttner <alpar@…>, 13 years ago

Import glpk-4.45

  • Generated files and doc/notes are removed
File size: 329 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\Microsoft Visual Studio 9.0\VC"
5
6call %HOME%\bin\vcvars32.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.