From: Ivan Denisov Date: Thu, 17 Nov 2016 19:55:09 +0000 (+0700) Subject: single executable for GUI version, ConsLog docu updated X-Git-Url: https://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=9d73519c18630e028d702da22fbc5da1e9ba24cd single executable for GUI version, ConsLog docu updated --- diff --git a/BlackBox/Cons/Docu/Log.odc b/BlackBox/Cons/Docu/Log.odc index bda9699..3862998 100644 Binary files a/BlackBox/Cons/Docu/Log.odc and b/BlackBox/Cons/Docu/Log.odc differ diff --git a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc index 08da155..ef64dc1 100644 Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc differ diff --git a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/build b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/build index d47c1b3..be81e61 100755 --- a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/build +++ b/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 diff --git a/BlackBox/_FreeBSDLinuxOpenBSD_Interp/build b/BlackBox/_FreeBSDLinuxOpenBSD_Interp/build index 3fdfeb6..4c861b4 100755 --- a/BlackBox/_FreeBSDLinuxOpenBSD_Interp/build +++ b/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 diff --git a/BlackBox/run-BlackBox b/BlackBox/run-BlackBox index 5029698..5f1fa56 100755 --- a/BlackBox/run-BlackBox +++ b/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