SCM Repository
Annotation of /sml/trunk/src/cm/bootstrap/names.sml
Parent Directory
|
Revision Log
Revision 495 - (view) (download)
1 : | blume | 360 | (* |
2 : | * Some hard-wired file names used by the bootstrap compiler. | ||
3 : | * | ||
4 : | * (C) 1999 Lucent Technologies, Bell Laboratories | ||
5 : | * | ||
6 : | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | ||
7 : | *) | ||
8 : | structure BtNames = struct | ||
9 : | val initgspec = "init.cmi" | ||
10 : | val maingspec = "root.cm" | ||
11 : | blume | 490 | val dirbaseDefault = "sml" |
12 : | blume | 360 | val pcmodespec = "pathconfig" |
13 : | blume | 495 | val bare_preloads = "preloads.bare" |
14 : | val standard_preloads = "preloads.standard" | ||
15 : | blume | 360 | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |