SCM Repository
Diff of /sml/trunk/src/cm/link.sml
Parent Directory
|
Revision Log
|
Patch
revision 357, Mon Jun 28 08:46:30 1999 UTC | revision 358, Mon Jun 28 13:59:11 1999 UTC | |
---|---|---|
# | Line 228 | Line 228 |
228 | structure BootstrapCompile = | structure BootstrapCompile = |
229 | BootstrapCompileFn (structure MachDepVC = HostMachDepVC | BootstrapCompileFn (structure MachDepVC = HostMachDepVC |
230 | val os = os) | val os = os) |
231 | fun make st = | fun make () = |
232 | BootstrapCompile.compile | BootstrapCompile.compile |
233 | { dirbase = "xxx", | { dirbase = "xxx", |
234 | pcmodespec = "pathconfig", | pcmodespec = "pathconfig", |
235 | initgspec = "init.cmi", | initgspec = "init.cmi", |
236 | maingspec = "root.cm", | maingspec = "root.cm" } |
stabilize = st } | ||
237 | fun setRetargetPervStatEnv x = () | fun setRetargetPervStatEnv x = () |
238 | fun wipeOut () = () | fun wipeOut () = () |
239 | fun make' _ = () | fun make' _ = () |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |