]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/child/child.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / mason / child / child.factor
index 4191d2e25a0094b768b4ef2b2c19466dec15c5e0..2da6194657ff73b4681739173ed10334c81222b8 100644 (file)
@@ -18,7 +18,7 @@ IN: mason.child
 
 : make-cmd ( -- args )
     {
-        { [ target-os get winnt = ] [ nmake-cmd ] }
+        { [ target-os get windows = ] [ nmake-cmd ] }
         [ gnu-make-cmd ]
     } cond ;
 
@@ -32,7 +32,7 @@ IN: mason.child
     ] with-directory ;
 
 : factor-vm ( -- string )
-    target-os get winnt = "./factor.com" "./factor" ? ;
+    target-os get windows = "./factor.com" "./factor" ? ;
 
 : boot-cmd ( -- cmd )
     [