mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- updated VC++ script to work more generically before looking for specific 32 / 64 bit paths
This commit is contained in:
@@ -15,10 +15,15 @@ GOTO SVNSECTION
|
||||
|
||||
:SETVCVARS
|
||||
|
||||
IF EXIST "%VS90COMNTOOLS%..\..\" GOTO VC_Common
|
||||
IF EXIST "\Program Files\Microsoft Visual Studio 9.0\" GOTO VC_32
|
||||
IF EXIST "\Program Files (x86)\Microsoft Visual Studio 9.0\" GOTO VC_64
|
||||
goto SVNSECTION
|
||||
|
||||
:VC_Common
|
||||
call "%VS90COMNTOOLS%..\..\vc\vcvarsall.bat"
|
||||
goto SVNSECTION
|
||||
|
||||
:VC_32
|
||||
ECHO 32 bit Windows detected...
|
||||
call "\Program Files\Microsoft Visual Studio 9.0\vc\vcvarsall.bat"
|
||||
|
Reference in New Issue
Block a user