DEADSOFTWARE

single executable for GUI version, ConsLog docu updated
authorIvan Denisov <d.ivan.krsk@gmail.com>
Thu, 17 Nov 2016 19:55:09 +0000 (02:55 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Thu, 17 Nov 2016 19:55:09 +0000 (02:55 +0700)
BlackBox/Cons/Docu/Log.odc
BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc
BlackBox/_FreeBSDLinuxOpenBSD_GUI/build
BlackBox/_FreeBSDLinuxOpenBSD_Interp/build
BlackBox/run-BlackBox

index bda9699711a86e81f2517fb721c950daaa774d0a..386299826a1d233eba50b1335480271a3d5b1140 100644 (file)
Binary files a/BlackBox/Cons/Docu/Log.odc and b/BlackBox/Cons/Docu/Log.odc differ
index 08da15545f61b5790007fb03eddb991cf93e9b58..ef64dc182969d2b7ef12f8ea197692b4523f102a 100644 (file)
Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc differ
index d47c1b35d94c59d132af689dc98c089844e685b5..be81e6151da1b9bdc69898957a7f239f55ec55ef 100755 (executable)
@@ -61,8 +61,6 @@ DevCompiler.CompileThis ObxPhoneDB ObxPhoneUI ObxPhoneUI1 ObxLookup0 ObxLookup1
 ### Dev2
 DevCompiler.CompileThis Dev2LnkBase Dev2LnkLoad Dev2LnkWritePe Dev2LnkWriteElf Dev2LnkWriteElfStatic Dev2Linker Dev2LnkChmod Dev2Linker1
 
-Dev2Linker1.LinkElfExe `uname -s` blackboxc := Kernel$+ Files HostFiles StdLoader
-
 DevCompiler.CompileThis HostGnome
 
 Dev2Linker1.LinkElfExe `uname -s` blackbox := Kernel$+ Files HostFiles HostGnome StdLoader
index 3fdfeb62b8139139ff9aeae117333c0f3c13159d..4c861b4aff30ec761b95efaef6b0c8d59659c5e5 100755 (executable)
@@ -68,7 +68,7 @@ DevCompiler.CompileThis ObxHello0 ObxPi ObxRandom ObxTrap
 DevCompiler.CompileThis Dev2LnkBase Dev2LnkLoad Dev2LnkWritePe Dev2LnkWriteElf Dev2LnkWriteElfStatic Dev2Linker Dev2Linker1
 DevCompiler.CompileThis Dev2LnkChmod
 
-Dev2Linker1.LinkElfExe `uname -s` blackboxc := Kernel$+ Files HostFiles StdLoader
+Dev2Linker1.LinkElfExe `uname -s` blackbox := Kernel$+ Files HostFiles StdLoader
 
 DATA
 
index 5029698f5650f2cc1bbb7b152deea24424fc8df6..5f1fa56f661ce7168139602555edbda48afd7e7f 100755 (executable)
@@ -7,7 +7,7 @@ rn=`readlink -f "${0}"`
 pd=`dirname "${rn}"`
 sd=`readlink -f .`
 
-exe="blackboxc"
+exe="blackbox"
 
 # fix Ubuntu-specific problems:
 unset UBUNTU_MENUPROXY