diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-03-25 15:55:14 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-03-25 15:55:14 +0000 |
| commit | dfd1934d5e1ddbeb326f77fc0e52307c801a1a3e (patch) | |
| tree | f1e8b23278caae95e01d88b00421d6c3642357ef /emu/Nt/ie | |
| parent | 78dfdcbd59dc8f36975e7695933e3f753957474c (diff) | |
x20090325-1554
Diffstat (limited to 'emu/Nt/ie')
| -rw-r--r-- | emu/Nt/ie | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/emu/Nt/ie b/emu/Nt/ie new file mode 100644 index 00000000..e92d72d5 --- /dev/null +++ b/emu/Nt/ie @@ -0,0 +1,105 @@ +env + LDFLAGS= -subsystem:windows $LDFLAGS + OSX= ie-os + +dev + root + cons + env + mnt + pipe + prog + prof + srv + dup + ssl + cap + fs + indir + + draw ie-win + + ip ipif ipaux + eia + audio audio + mem + pointer +# arch + +lib + interp + tk + freetype + math + draw + memlayer + memdraw + keyring + sec + mp + 9 + +link + +mod + sys + draw + tk + math + srv srv + keyring + loader + freetype + +port + alloc + cache + chan + dev + dial + dis + discall + env + error + errstr + exception + exportfs + inferno + latin1 + main + parse + pgrp + print + proc + qio + random + sysfile + uqid + +code + +init + emuinit + +root + /root / + /root/dev / + /root/fd / + /root/prog / + /root/net / + /root/net.alt / + /root/chan / + /root/nvfs / + /root/env / + /root/dis / + /root/dis/lib / + /root/dis/install / + /root/dis/install/archfs.dis /dis/install/archfs.dis + /root/dis/install/arch.dis /dis/install/arch.dis + /root/dis/gunzip.dis /dis/gunzip.dis + /root/dis/lib/bufio.dis /dis/lib/bufio.dis + /root/dis/lib/inflate.dis /dis/lib/inflate.dis + /root/dis/lib/string.dis /dis/lib/string.dis + /root/dis/lib/daytime.dis /dis/lib/daytime.dis + /root/dis/lib/arg.dis /dis/lib/arg.dis + /root/dis/lib/styx.dis /dis/lib/styx.dis |
