lemon-project-template-glpk
view deps/glpk/w64/Build_GLPK_with_VC9_DLL.bat @ 11:4fc6ad2fb8a6
Test GLPK in src/main.cc
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 21:43:29 +0100 |
parents | |
children |
line source
1 rem Build GLPK DLL with Microsoft Visual Studio Express 2008
3 rem NOTE: Make sure that HOME variable specifies correct path
4 set HOME="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC"
6 call %HOME%\bin\vcvars64.bat
7 copy config_VC config.h
8 %HOME%\bin\nmake.exe /f Makefile_VC_DLL
9 %HOME%\bin\nmake.exe /f Makefile_VC_DLL check
11 pause