mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 03:19:40 +00:00
Add some lazy VS "support". Just for me for now, but will get some shape later
svn path=/trunk/RosBE/; revision=2213
This commit is contained in:
parent
938e27223a
commit
061ba1c002
@ -21,6 +21,14 @@ title ReactOS Build Environment %_ROSBE_VERSION%
|
||||
:: the options utility.
|
||||
if "%1" == "" (
|
||||
set ROS_ARCH=i386
|
||||
) else if "%1" == "vsx86" (
|
||||
set ROS_ARCH=
|
||||
set VisualStudioVersion=12.0
|
||||
call "F:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
|
||||
) else if "%1" == "vsx64" (
|
||||
set ROS_ARCH=
|
||||
set VisualStudioVersion=12.0
|
||||
call "F:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\vcvars64.bat"
|
||||
) else (
|
||||
set ROS_ARCH=%1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user