COIN-OR::LEMON - Graph Library

source: glpk-cmake/w64/Build_GLPK_with_VC10_DLL.bat @ 2:4c8956a7bdf4

Last change on this file since 2:4c8956a7bdf4 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: 349 bytes
Line 
1rem Build GLPK DLL with Microsoft Visual Studio Express 2010
2
3rem NOTE: Make sure that HOME variable specifies correct path
4set HOME="C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
5
6call %HOME%\vcvarsall.bat x64
7copy config_VC config.h
8%HOME%\bin\nmake.exe /f Makefile_VC_DLL
9%HOME%\bin\nmake.exe /f Makefile_VC_DLL check
10
11pause
Note: See TracBrowser for help on using the repository browser.