Ivan Denisov 69d8d2e24a fix clipboard and accelerators %!s(int64=8) %!d(string=hai) anos
..
Comm 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated %!s(int64=8) %!d(string=hai) anos
Dev 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
Dev2 6872d9a0d9 add 'chmod +x' and remove 'run' in new linker %!s(int64=8) %!d(string=hai) anos
Docu 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
Host c351e47873 sync with 1.7-beta, debug windows interp version %!s(int64=9) %!d(string=hai) anos
Obx 9a2b37ab5f new -> BlackBox %!s(int64=11) %!d(string=hai) anos
Sql 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
Std 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
System 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
Text 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
Xhtml 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
_FreeBSDLinuxOpenBSD_ bf65a6cdd1 add 'argc' and 'argv' to kernel %!s(int64=8) %!d(string=hai) anos
_FreeBSDLinuxOpenBSD_GUI 69d8d2e24a fix clipboard and accelerators %!s(int64=8) %!d(string=hai) anos
_FreeBSDLinuxOpenBSD_Interp 9d73519c18 single executable for GUI version, ConsLog docu updated %!s(int64=8) %!d(string=hai) anos
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox %!s(int64=8) %!d(string=hai) anos
_FreeBSDOpenBSD_GUI 69d8d2e24a fix clipboard and accelerators %!s(int64=8) %!d(string=hai) anos
_FreeBSD_ 38a89fe79d blackboxc -> blackbox %!s(int64=8) %!d(string=hai) anos
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox %!s(int64=11) %!d(string=hai) anos
_Linux_ bf65a6cdd1 add 'argc' and 'argv' to kernel %!s(int64=8) %!d(string=hai) anos
_Linux_GUI 69d8d2e24a fix clipboard and accelerators %!s(int64=8) %!d(string=hai) anos
_OpenBSD_ 38a89fe79d blackboxc -> blackbox %!s(int64=8) %!d(string=hai) anos
_OpenBSD_GUI 7b17f839cf OpenBSD HostGnome %!s(int64=8) %!d(string=hai) anos
_Windows_ 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
_Windows_GUI 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version %!s(int64=9) %!d(string=hai) anos
__GUI 5ccaca6b74 synced with 1.7 %!s(int64=8) %!d(string=hai) anos
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler %!s(int64=11) %!d(string=hai) anos
DEVNOTES 6872d9a0d9 add 'chmod +x' and remove 'run' in new linker %!s(int64=8) %!d(string=hai) anos
README 9a2b37ab5f new -> BlackBox %!s(int64=11) %!d(string=hai) anos
clean c351e47873 sync with 1.7-beta, debug windows interp version %!s(int64=9) %!d(string=hai) anos
export 9ff635b74b export script fixed %!s(int64=8) %!d(string=hai) anos
run-BlackBox 67c73dacfb pass command line arguments %!s(int64=8) %!d(string=hai) anos
run-dev0 67c73dacfb pass command line arguments %!s(int64=8) %!d(string=hai) anos
switch-target 41b5c8b9b5 clean fixed %!s(int64=8) %!d(string=hai) anos

README

# To build BlackBox (for current operating system):
# ./switch-target `uname -s` GUI
# ./build
#
# To run BlackBox (after build):
# ./run-BlackBox
#
# To export BlackBox (after build):
# ./export
#
# To clean up:
# ./clean
# ./switch-target none
#

# Build and run BlackBox:
echo "Please wait..."
./switch-target `uname -s` GUI
./build
./run-BlackBox