Browse Source

single executable for GUI version, ConsLog docu updated

Ivan Denisov 8 years ago
parent
commit
9d73519c18

BIN
BlackBox/Cons/Docu/Log.odc


BIN
BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc


+ 0 - 2
BlackBox/_FreeBSDLinuxOpenBSD_GUI/build

@@ -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

+ 1 - 1
BlackBox/_FreeBSDLinuxOpenBSD_Interp/build

@@ -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
 

+ 1 - 1
BlackBox/run-BlackBox

@@ -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