Author: cfinck
Date: Wed May 18 17:01:01 2016
New Revision: 71352
URL:
http://svn.reactos.org/svn/reactos?rev=71352&view=rev
Log:
Test commit to fix the nightmare caused by "previous" r71352.
See
https://reactos.org/archives/public/ros-dev/2016-May/017845.html
Modified:
trunk/reactos/configure.cmd
Modified: trunk/reactos/configure.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/configure.cmd?rev=71352&am…
==============================================================================
--- trunk/reactos/configure.cmd [iso-8859-1] (original)
+++ trunk/reactos/configure.cmd [iso-8859-1] Wed May 18 17:01:01 2016
@@ -26,7 +26,7 @@
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
)