]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/primitives.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / core / bootstrap / primitives.factor
index bf2ec4defc0caf7d378902466ca087d534fc7a20..5d1a166022611b9abaf9bf1d9e3526f4b6b12480 100755 (executable)
@@ -18,9 +18,9 @@ H{ } clone sub-primitives set
 "vocab:bootstrap/syntax.factor" parse-file
 
 architecture get {
-    { "winnt-x86.32" "x86/32/winnt" }
+    { "windows-x86.32" "x86/32/windows" }
+    { "windows-x86.64" "x86/64/windows" }
     { "unix-x86.32"  "x86/32/unix"  }
-    { "winnt-x86.64" "x86/64/winnt" }
     { "unix-x86.64"  "x86/64/unix"  }
     { "linux-ppc.32" "ppc/32/linux" }
     { "linux-ppc.64" "ppc/64/linux" }