|
@@ -1,23 +1,23 @@
|
|
|
; internal
|
|
|
|
|
|
[Configuration]
|
|
|
-Paths.Search = Work;~/obg;../source;PELinker;../UnixAos;vy.ants/source;vy.ants/documents;E:\ices\trunk\Hardware\ActiveCells;e:/highdim/code;E:/highdim/Hardware/Tensys;c:/windows/fonts;E:/highdim/Hardware
|
|
|
-Paths.Work = Work
|
|
|
+Paths.Search =~/obg;~/../source;~/PELinker;~/../UnixAos;~/vy.ants/source;~/vy.ants/documents
|
|
|
+Paths.Work = ~/Work
|
|
|
Oberon = Oberon.Text
|
|
|
Boot = Traps.Install
|
|
|
Boot1 = FileTrapWriter.Install
|
|
|
-Boot2 = Display.Install --fullscreen
|
|
|
+Boot2 = Display.Install --fullscreen
|
|
|
Boot3 = WindowManager.Install
|
|
|
Boot4 = Clipboard.Install
|
|
|
Boot5 = Autostart.Run
|
|
|
Boot7 = FSTools.Mount WORK RelativeFileSystem ./
|
|
|
Boot9 = Kernel.GC
|
|
|
+ObjectFileExtension=.GofW
|
|
|
Trace=File
|
|
|
TraceModules=0
|
|
|
TraceCommands=1
|
|
|
EnableReturnBlocks=0
|
|
|
-EnableFreeLists=0
|
|
|
-ObjectFileExtension= ".GofW"
|
|
|
+EnableFreeLists=1
|
|
|
|
|
|
|
|
|
|