SCM Repository
View of /sml/trunk/src/cm/bootstrap/names.sml
Parent Directory
|
Revision Log
Revision 495 -
(download)
(annotate)
Wed Dec 1 05:57:19 1999 UTC (21 years, 4 months ago) by blume
File size: 426 byte(s)
Wed Dec 1 05:57:19 1999 UTC (21 years, 4 months ago) by blume
File size: 426 byte(s)
preloading made configurable; bare builds working again
(* * Some hard-wired file names used by the bootstrap compiler. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure BtNames = struct val initgspec = "init.cmi" val maingspec = "root.cm" val dirbaseDefault = "sml" val pcmodespec = "pathconfig" val bare_preloads = "preloads.bare" val standard_preloads = "preloads.standard" end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |