[NTOS/MM]
[reactos.git] / reactos / configure.cmd
index e3c7873..5c261c4 100755 (executable)
@@ -26,7 +26,7 @@ if /I "%1" == "arm_hosttools" (
     REM This launches %VSINSTALLDIR%VS\vcvarsall.bat\r
     call %2 x86\r
 \r
-    REM Configure host tools for x86\r
+    REM Configure host tools for x86.\r
     cmake -G %3 -DARCH:STRING=i386 %~dp0\r
     exit\r
 )\r
@@ -80,7 +80,7 @@ if not defined ARCH (
     exit /b\r
 )\r
 \r
-set NEW_STYLE_BUILD=0\r
+set NEW_STYLE_BUILD=1\r
 \r
 REM Parse command line parameters\r
 :repeat\r
@@ -214,6 +214,7 @@ if "%NEW_STYLE_BUILD%"=="0" (
 \r
 if EXIST CMakeCache.txt (\r
     del CMakeCache.txt /q\r
+    del host-tools\CMakeCache.txt /q\r
 )\r
 \r
 if "%NEW_STYLE_BUILD%"=="0" (\r