|
@@ -1,111 +1,111 @@
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
|
|
|
./run-lindev <<DATA
|
|
./run-lindev <<DATA
|
|
-LindevCompiler.Compile('Lin/Mod', 'Dl.txt')
|
|
|
|
-LindevCompiler.Compile('Lin/Mod', 'Libc.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Kernel.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Files.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Console.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Math.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Strings.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Meta.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Dialog.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Host/Mod', 'Files.txt')
|
|
|
|
-LindevCompiler.Compile('Host/Mod', 'Console.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Stores.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Converters.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Dates.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Integers.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Sequencers.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Services.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Log.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'SMath.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Fonts.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Ports.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Printers.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Models.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Views.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Printing.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Mechanisms.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Controllers.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Properties.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Containers.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Documents.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Windows.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Models.txt')
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Mappers.txt')
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Rulers.txt')
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Setters.txt')
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Views.txt')
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Controllers.txt')
|
|
|
|
-LindevCompiler.Compile('Text/Mod', 'Cmds.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'In.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Dialog.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Api.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'CFrames.txt')
|
|
|
|
-LindevCompiler.Compile('System/Mod', 'Controls.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Cmds.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Logos.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Scrollers.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'ViewSizer.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Clocks.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Coder.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Folds.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Debug.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Stamps.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'ETHConv.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Headers.txt')
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Links.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Loader.txt')
|
|
|
|
-LindevCompiler.Compile('Lin/Mod', 'Kernel_so_init.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('Lin/Mod', 'Dl.txt')
|
|
|
|
+Dev0Compiler.Compile('Lin/Mod', 'Libc.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Kernel.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Files.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Console.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Math.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Strings.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Meta.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Dialog.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Host/Mod', 'Files.txt')
|
|
|
|
+Dev0Compiler.Compile('Host/Mod', 'Console.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Stores.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Converters.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Dates.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Integers.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Sequencers.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Services.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Log.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'SMath.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Fonts.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Ports.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Printers.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Models.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Views.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Printing.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Mechanisms.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Controllers.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Properties.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Containers.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Documents.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Windows.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Models.txt')
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Mappers.txt')
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Rulers.txt')
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Setters.txt')
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Views.txt')
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Controllers.txt')
|
|
|
|
+Dev0Compiler.Compile('Text/Mod', 'Cmds.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'In.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Dialog.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Api.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'CFrames.txt')
|
|
|
|
+Dev0Compiler.Compile('System/Mod', 'Controls.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Cmds.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Logos.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Scrollers.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'ViewSizer.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Clocks.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Coder.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Folds.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Debug.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Stamps.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'ETHConv.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Headers.txt')
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Links.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Loader.txt')
|
|
|
|
+Dev0Compiler.Compile('Lin/Mod', 'Kernel_so_init.txt')
|
|
|
|
|
|
# before StdLog
|
|
# before StdLog
|
|
-LindevCompiler.Compile('', 'HostDialog.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Log.txt')
|
|
|
|
-# LindevCompiler.Compile('', 'StdLog.txt')
|
|
|
|
-# LindevCompiler.Compile('Std/Mod', 'Out.txt')
|
|
|
|
-LindevCompiler.Compile('Cons/Mod', 'Log.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'Markers.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'Commanders.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'Selectors.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPM.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPT.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPH.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPB.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPE.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPS.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPP.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPL486.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPC486.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'CPV486.txt')
|
|
|
|
-LindevCompiler.Compile('Dev/Mod', 'Compiler.txt')
|
|
|
|
-# LindevCompiler.Compile('Dev/Mod', 'ElfLinker16.txt')
|
|
|
|
-
|
|
|
|
-LindevCompiler.Compile('Std/Mod', 'Interpreter.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('', 'HostDialog.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Log.txt')
|
|
|
|
+# Dev0Compiler.Compile('', 'StdLog.txt')
|
|
|
|
+# Dev0Compiler.Compile('Std/Mod', 'Out.txt')
|
|
|
|
+Dev0Compiler.Compile('Cons/Mod', 'Log.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'Markers.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'Commanders.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'Selectors.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPM.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPT.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPH.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPB.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPE.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPS.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPP.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPL486.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPC486.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'CPV486.txt')
|
|
|
|
+Dev0Compiler.Compile('Dev/Mod', 'Compiler.txt')
|
|
|
|
+# Dev0Compiler.Compile('Dev/Mod', 'ElfLinker16.txt')
|
|
|
|
+
|
|
|
|
+Dev0Compiler.Compile('Std/Mod', 'Interpreter.txt')
|
|
|
|
|
|
### BlackBox
|
|
### BlackBox
|
|
|
|
|
|
-LindevCompiler.Compile('', 'HostFonts.txt')
|
|
|
|
-LindevCompiler.Compile('', 'HostWindows.txt')
|
|
|
|
-LindevCompiler.Compile('Host/Mod', 'Dates.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('', 'HostFonts.txt')
|
|
|
|
+Dev0Compiler.Compile('', 'HostWindows.txt')
|
|
|
|
+Dev0Compiler.Compile('Host/Mod', 'Dates.txt')
|
|
|
|
|
|
-LindevCompiler.Compile('Cons/Mod', 'Interp.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('Cons/Mod', 'Interp.txt')
|
|
|
|
|
|
-LindevCompiler.Compile('', 'Init-Interp.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('', 'Init-Interp.txt')
|
|
|
|
|
|
-LindevElfLinker.LinkDll('libBB.so := Kernel+ Files HostFiles StdLoader')
|
|
|
|
-# LindevElfLinker.LinkDll('libBB.so := Kernel+ Kernel_so_init# Files HostFiles StdLoader')
|
|
|
|
|
|
+Dev0ElfLinker.LinkDll('libBB.so := Kernel+ Files HostFiles StdLoader')
|
|
|
|
+# Dev0ElfLinker.LinkDll('libBB.so := Kernel+ Kernel_so_init# Files HostFiles StdLoader')
|
|
DATA
|
|
DATA
|
|
|
|
|
|
./run-BlackBox <<DATA
|
|
./run-BlackBox <<DATA
|