|
@@ -8,5 +8,14 @@ ObxPi.WritePi(1000)
|
|
|
ConsCompiler.Compile('Obx/Mod', 'Hello0.odc')
|
|
|
ConsCompiler.Compile('Obx/Mod', 'Pi.odc')
|
|
|
|
|
|
+# what is source of errors???
|
|
|
+ConsCompiler.Compile('', 'HostFonts.txt')
|
|
|
+
|
|
|
DevElfLinker.LinkDll libBB.so := Kernel+ Files HostFiles StdLoader
|
|
|
DATA
|
|
|
+
|
|
|
+# what is source of TRAP???
|
|
|
+./run-BlackBox <<DATA
|
|
|
+DevCompiler.CompileThis DevLinker
|
|
|
+#DevLinker.LinkDll BlackBox.exe := Kernel$+ Files HostFiles StdLoader
|
|
|
+DATA
|