summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f9043e)
raw | patch | inline | side by side (parent: 5f9043e)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Thu, 17 Nov 2016 19:55:09 +0000 (02:55 +0700) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Thu, 17 Nov 2016 19:55:09 +0000 (02:55 +0700) |
index bda9699711a86e81f2517fb721c950daaa774d0a..386299826a1d233eba50b1335480271a3d5b1140 100644 (file)
Binary files a/BlackBox/Cons/Docu/Log.odc and b/BlackBox/Cons/Docu/Log.odc differ
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 08da15545f61b5790007fb03eddb991cf93e9b58..ef64dc182969d2b7ef12f8ea197692b4523f102a 100644 (file)
Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc differ
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)
### 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 3fdfeb62b8139139ff9aeae117333c0f3c13159d..4c861b4aff30ec761b95efaef6b0c8d59659c5e5 100755 (executable)
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 5029698f5650f2cc1bbb7b152deea24424fc8df6..5f1fa56f661ce7168139602555edbda48afd7e7f 100755 (executable)
--- a/BlackBox/run-BlackBox
+++ b/BlackBox/run-BlackBox
pd=`dirname "${rn}"`
sd=`readlink -f .`
-exe="blackboxc"
+exe="blackbox"
# fix Ubuntu-specific problems:
unset UBUNTU_MENUPROXY