source:
glpk-cmake/w32/Build_GLPK_with_VC10_DLL.bat
| Last change on this file was 1:c445c931472f, checked in by , 15 years ago | |
|---|---|
| File size: 343 bytes | |
| Line | |
|---|---|
| 1 | rem Build GLPK DLL with Microsoft Visual Studio Express 2010 |
| 2 | |
| 3 | rem NOTE: Make sure that HOME variable specifies correct path |
| 4 | set HOME="C:\Program Files\Microsoft Visual Studio 10.0\VC" |
| 5 | |
| 6 | call %HOME%\vcvarsall.bat x86 |
| 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 |
| 10 | |
| 11 | pause |
Note: See TracBrowser
for help on using the repository browser.

