mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- remove hard coded DRIVE name the script works when VC++ installed on different drive letters
This commit is contained in:
parent
25d1800115
commit
6c038cacd3
@ -10,7 +10,7 @@ ECHO --------------------------------
|
||||
ECHO Setting up Visual Studio 2008 environment vars...
|
||||
REM Ensure ultifds HP doesn't mess the build up
|
||||
SET Platform=
|
||||
if "%DevEnvDir%." == "." call "c:\Program Files\Microsoft Visual Studio 9.0\vc\vcvarsall.bat"
|
||||
if "%DevEnvDir%." == "." call "\Program Files\Microsoft Visual Studio 9.0\vc\vcvarsall.bat"
|
||||
|
||||
rem Update from SVN to latest rev
|
||||
ECHO --------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user