Test commit to fix the nightmare caused by "previous" r71352.

See https://reactos.org/archives/public/ros-dev/2016-May/017845.html

svn path=/trunk/; revision=71352
This commit is contained in:
Colin Finck 2016-05-18 17:01:01 +00:00
parent 59c83ddfe9
commit 270d4db920

View file

@ -26,7 +26,7 @@ if /I "%1" == "arm_hosttools" (
REM This launches %VSINSTALLDIR%VS\vcvarsall.bat
call %2 x86
REM Configure host tools for x86
REM Configure host tools for x86.
cmake -G %3 -DARCH:STRING=i386 %~dp0
exit
)