SCM Repository
Annotation of /sml/branches/SMLNJ/src/system/IntSys/intsys.cm
Parent Directory
|
Revision Log
Revision 429 - (view) (download)
1 : | monnier | 416 | (* Copyright YALE FLINT PROJECT 1997 *) |
2 : | (* Copyright Bell Labs, Lucent Technologies 1999 *) | ||
3 : | (* intsys.cm *) | ||
4 : | |||
5 : | (* | ||
6 : | * Revised for using the new CM. (M.Blume, 7/1999) | ||
7 : | *) | ||
8 : | |||
9 : | (use-hook cm-init) | ||
10 : | Library | ||
11 : | (* bootstrap stuff *) | ||
12 : | structure InteractiveSystem | ||
13 : | is | ||
14 : | use-hook | ||
15 : | |||
16 : | basis.cm | ||
17 : | viscomp-lib.cm | ||
18 : | |||
19 : | (* need access to CM's "init" function *) | ||
20 : | host-compiler-0.cm | ||
21 : | |||
22 : | (* these are just here so they get made... *) | ||
23 : | host-compiler.cm | ||
24 : | host-cm.cm | ||
25 : | host-cmb.cm | ||
26 : | monnier | 429 | cm-tools.cm |
27 : | monnier | 416 | |
28 : | (* build boot environments *) | ||
29 : | boot-env-fn.sml | ||
30 : | boot-env.sml | ||
31 : | |||
32 : | (* glue code (build the interactive system) *) | ||
33 : | int-sys.sml |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |