From b102ef513cfc718b9a7fc456fac3280b3cbe550e Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 16 Nov 2010 23:57:18 +0000 Subject: [PATCH] - fix for HP messing with our windows build! --- mk/windoze/build-mg.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/windoze/build-mg.bat b/mk/windoze/build-mg.bat index 44533c42..b9fe4cb0 100644 --- a/mk/windoze/build-mg.bat +++ b/mk/windoze/build-mg.bat @@ -8,6 +8,8 @@ cd /d "%~dp0" rem setup the Visual Studio 2008 environment ECHO -------------------------------- ECHO Setting up Visual Studio 2008 environment vars... +REM Ensure ultifds HP doesn't mess the build up +SET Platform= call "c:\Program Files\Microsoft Visual Studio 9.0\vc\vcvarsall.bat" rem Update from SVN to latest rev