]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix Windows bootstrap
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Thu, 11 Sep 2008 06:27:23 +0000 (01:27 -0500)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Thu, 11 Sep 2008 06:27:23 +0000 (01:27 -0500)
basis/io/windows/files/files.factor
basis/io/windows/launcher/launcher.factor
basis/io/windows/nt/files/files.factor
basis/io/windows/nt/launcher/launcher.factor
basis/io/windows/nt/monitors/monitors.factor
basis/io/windows/nt/pipes/pipes.factor
basis/ui/windows/windows.factor

index 5698ab6cf25b7038954c7a0bdfb08272532fe054..40e7e17402c0a65d7082cf58b81f98b140413181 100755 (executable)
@@ -3,7 +3,7 @@
 USING: alien.c-types io.binary io.backend io.files io.buffers
 io.windows kernel math splitting
 windows windows.kernel32 windows.time calendar combinators
-math.functions sequences namespaces words symbols system
+math.functions sequences namespaces make words symbols system
 io.ports destructors accessors math.bitwise ;
 IN: io.windows.files
 
index eabd044bb4045d7873ef36ef96c975d90c3c946d..d1ad309dd5b9cf14df8408d82494566c83380871 100755 (executable)
@@ -3,7 +3,7 @@
 USING: alien alien.c-types arrays continuations io
 io.windows io.windows.nt.pipes libc io.ports
 windows.types math windows.kernel32
-namespaces io.launcher kernel sequences windows.errors
+namespaces make io.launcher kernel sequences windows.errors
 splitting system threads init strings combinators
 io.backend accessors concurrency.flags io.files assocs
 io.files.private windows destructors ;
index 5fbacfa325efa4517fc7f6328e8a76d15a6a4c7d..b572d9ec65e9dd485e82fe8052238cf5a9aad534 100755 (executable)
@@ -4,7 +4,7 @@ io.windows.nt.backend windows windows.kernel32
 kernel libc math threads system
 alien.c-types alien.arrays alien.strings sequences combinators
 combinators.short-circuit ascii splitting alien strings
-assocs namespaces io.files.private accessors tr ;
+assocs namespaces make io.files.private accessors tr ;
 IN: io.windows.nt.files
 
 M: winnt cwd
index ff11c456cad55d10914fbcc702a020c354ca2726..9d02fbe2fd1780a9ee741d30c05775607f624da2 100755 (executable)
@@ -1,12 +1,11 @@
 ! Copyright (C) 2007, 2008 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types arrays continuations destructors io
-io.windows libc io.ports io.pipes windows.types
-math windows.kernel32 windows namespaces io.launcher kernel
+io.windows libc io.ports io.pipes windows.types math
+windows.kernel32 windows namespaces make io.launcher kernel
 sequences windows.errors assocs splitting system strings
-io.windows.launcher io.windows.files
-io.backend io.files io.files.private combinators shuffle
-accessors locals ;
+io.windows.launcher io.windows.files io.backend io.files
+io.files.private combinators shuffle accessors locals ;
 IN: io.windows.nt.launcher
 
 : duplicate-handle ( handle -- handle' )
index 54cb3b1104d2acc60852d8c70f44ade625f209e2..2680b400893fcea5315ee1030ee958cb948e719c 100755 (executable)
@@ -1,12 +1,11 @@
 ! Copyright (C) 2008 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien alien.c-types libc destructors locals
-kernel math assocs namespaces continuations sequences hashtables
-sorting arrays combinators math.bitwise strings system
-accessors threads splitting
-io.backend io.windows io.windows.nt.backend io.windows.nt.files
-io.monitors io.ports io.buffers io.files io.timeouts io
-windows windows.kernel32 windows.types ;
+USING: alien alien.c-types libc destructors locals kernel math
+assocs namespaces make continuations sequences hashtables
+sorting arrays combinators math.bitwise strings system accessors
+threads splitting io.backend io.windows io.windows.nt.backend
+io.windows.nt.files io.monitors io.ports io.buffers io.files
+io.timeouts io windows windows.kernel32 windows.types ;
 IN: io.windows.nt.monitors
 
 : open-directory ( path -- handle )
index aa52152b755f068f10d8663d51ffe92b3dbefd17..c9bf1ebf423f3c6b71c0c79f0819277717a55b3b 100755 (executable)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types arrays destructors io io.windows libc
 windows.types math.bitwise windows.kernel32 windows namespaces
-kernel sequences windows.errors assocs math.parser system random
-combinators accessors io.pipes io.ports ;
+make kernel sequences windows.errors assocs math.parser system
+random combinators accessors io.pipes io.ports ;
 IN: io.windows.nt.pipes
 
 ! This code is based on
index f6481225aea13de7c8b527502e416db26c438b91..345c73bcb939e09488e2feb688dcfcaf444a24a8 100755 (executable)
@@ -3,7 +3,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types alien.strings arrays assocs ui
 ui.gadgets ui.backend ui.clipboards ui.gadgets.worlds
-ui.gestures io kernel math math.vectors namespaces
+ui.gestures io kernel math math.vectors namespaces make
 sequences strings vectors words windows.kernel32 windows.gdi32
 windows.user32 windows.opengl32 windows.messages windows.types
 windows.nt windows threads libc combinators continuations