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

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