alpar@1: rem Build GLPK DLL with Microsoft Visual Studio Express 2008 alpar@1: alpar@1: rem NOTE: Make sure that HOME variable specifies correct path alpar@1: set HOME="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC" alpar@1: alpar@1: call %HOME%\bin\vcvars64.bat alpar@1: copy config_VC config.h alpar@1: %HOME%\bin\nmake.exe /f Makefile_VC_DLL alpar@1: %HOME%\bin\nmake.exe /f Makefile_VC_DLL check alpar@1: alpar@1: pause