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