]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/child/child-tests.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / mason / child / child-tests.factor
index 34f9c10103b990f91fbb3a601516c0810994894e..d12bd0ec0d1ed12cda3795363ac03659ccbd995b 100644 (file)
@@ -4,7 +4,7 @@ sequences system ;
 
 [ { "nmake" "/f" "nmakefile" "x86-32" } ] [
     [
-        winnt target-os set
+        windows target-os set
         x86.32 target-cpu set
         make-cmd
     ] with-scope
@@ -18,9 +18,9 @@ sequences system ;
     ] with-scope
 ] unit-test
 
-[ { "./factor.com" "-i=boot.winnt-x86.32.image" "-no-user-init" } ] [
+[ { "./factor.com" "-i=boot.windows-x86.32.image" "-no-user-init" } ] [
     [
-        winnt target-os set
+        windows target-os set
         x86.32 target-cpu set
         boot-cmd
     ] with-scope