alpar@9: rem Build GLPK DLL with Microsoft Visual Studio Express 2008
alpar@9: 
alpar@9: rem NOTE: Make sure that HOME variable specifies correct path
alpar@9: set HOME="C:\Program Files\Microsoft Visual Studio 9.0\VC"
alpar@9: 
alpar@9: call %HOME%\bin\vcvars32.bat
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