SCM Repository
Diff of /sml/trunk/config/preloads
Parent Directory
|
Revision Log
|
Patch
revision 878, Wed Jul 18 17:43:27 2001 UTC | revision 879, Thu Jul 19 18:59:38 2001 UTC | |
---|---|---|
# | Line 6 | Line 6 |
6 | # | # |
7 | # Make sure that at least $smlnj/cm.cm is being registered here. | # Make sure that at least $smlnj/cm.cm is being registered here. |
8 | # | # |
9 | ||
10 | # The SML Basis library: | |
11 | autoload $/basis.cm | autoload $/basis.cm |
12 | ||
13 | # The Compilation Manager (structure CM) | |
14 | autoload $smlnj/cm.cm | autoload $smlnj/cm.cm |
15 | ||
16 | # The Visisble Compiler (collection of structures) | |
17 | autoload $smlnj/compiler.cm | autoload $smlnj/compiler.cm |
18 | ||
19 | # The Visisble Compiler (old style: structure Compiler) | |
20 | #autoload $smlnj/compiler/compiler.cm | |
21 | ||
22 | # The SML/NJ Library | |
23 | autoload $/smlnj-lib.cm | autoload $/smlnj-lib.cm |
24 | ||
25 | # The Bootstrap Compilation Manager (structure CMB) | |
26 | #autoload $smlnj/cmb.cm |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |