Move io.thread to stage2
parent
ac2bf0b87d
commit
37af854b18
|
@ -32,7 +32,6 @@ load-help? off
|
||||||
"libc" require
|
"libc" require
|
||||||
|
|
||||||
"io.streams.c" require
|
"io.streams.c" require
|
||||||
"io.thread" require
|
|
||||||
"vocabs.loader" require
|
"vocabs.loader" require
|
||||||
|
|
||||||
"syntax" require
|
"syntax" require
|
||||||
|
|
|
@ -56,6 +56,8 @@ parse-command-line
|
||||||
|
|
||||||
"-no-crossref" cli-args member? [ do-crossref ] unless
|
"-no-crossref" cli-args member? [ do-crossref ] unless
|
||||||
|
|
||||||
|
"io.thread" require
|
||||||
|
|
||||||
! Set dll paths
|
! Set dll paths
|
||||||
os wince? [ "windows.ce" require ] when
|
os wince? [ "windows.ce" require ] when
|
||||||
os winnt? [ "windows.nt" require ] when
|
os winnt? [ "windows.nt" require ] when
|
||||||
|
|
Loading…
Reference in New Issue