]> gitweb.factorcode.org Git - factor.git/blobdiff - build-support/factor.cmd
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / build-support / factor.cmd
index 4a3d48654c1d6af17bd79bf908f3a1eeb70717b4..0a44ed730c0657b34ffec23a18d14f1212ebc11b 100644 (file)
@@ -17,19 +17,19 @@ call cl 2>&1 | find "x86" >nul
 if not errorlevel 1 (\r
     echo x86-32 cl.exe detected.\r
     set _target=x86-32\r
-    set _bootimage=boot.winnt-x86.32.image\r
+    set _bootimage=boot.windows-x86.32.image\r
 ) else (\r
     call cl 2>&1 | find "x64" >nul\r
     if not errorlevel 1 (\r
         echo x86-64 cl.exe detected.\r
         set _target=x86-64\r
-        set _bootimage=boot.winnt-x86.64.image\r
+        set _bootimage=boot.windows-x86.64.image\r
     ) else goto nocl\r
 )\r
 \r
 if %_bootimage_version%==clean (\r
-    set _git_branch=clean-winnt-%_target%\r
-    set _bootimage_path=clean/winnt-%_target%\r
+    set _git_branch=clean-windows-%_target%\r
+    set _bootimage_path=clean/windows-%_target%\r
 ) else (\r
     set _git_branch=master\r
     set _bootimage_path=latest\r
@@ -81,7 +81,7 @@ echo     If latest is specified, then the working copy is updated to the
 echo     upstream "master" branch and the boot image corresponding to the\r
 echo     most recent factor build is downloaded. This is the default.\r
 echo     If clean is specified, then the working copy is updated to the\r
-echo     upstream "clean-winnt-*" branch corresponding to the current\r
+echo     upstream "clean-windows-*" branch corresponding to the current\r
 echo     platform and the corresponding boot image is downloaded.\r
 goto :EOF\r
 \r