Alexander Shiryaev c57c48fffc binary files for OpenBSD generated 8 anni fa
..
Comm 5ccaca6b74 synced with 1.7 8 anni fa
Cons ea5b8b8944 synchronized with https://github.com/aixp/BlackBox 8 anni fa
Dev 5ccaca6b74 synced with 1.7 8 anni fa
Dev2 6872d9a0d9 add 'chmod +x' and remove 'run' in new linker 8 anni fa
Docu 5ccaca6b74 synced with 1.7 8 anni fa
Host c351e47873 sync with 1.7-beta, debug windows interp version 9 anni fa
Obx 9a2b37ab5f new -> BlackBox 11 anni fa
Sql 5ccaca6b74 synced with 1.7 8 anni fa
Std 5ccaca6b74 synced with 1.7 8 anni fa
System 5ccaca6b74 synced with 1.7 8 anni fa
Text 5ccaca6b74 synced with 1.7 8 anni fa
Xhtml 5ccaca6b74 synced with 1.7 8 anni fa
_FreeBSDLinuxOpenBSD_ c99db08064 keep single linker 8 anni fa
_FreeBSDLinuxOpenBSD_GUI c6b377b049 remove LinLinker from Build-Tool 8 anni fa
_FreeBSDLinuxOpenBSD_Interp a9a2321fa9 link command changed 8 anni fa
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 anni fa
_FreeBSDOpenBSD_GUI 158fadb4ca BlackBox @ OpenBSD: 1.6 -> 1.7 8 anni fa
_FreeBSD_ c99db08064 keep single linker 8 anni fa
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 anni fa
_Linux_ c99db08064 keep single linker 8 anni fa
_Linux_GUI c99db08064 keep single linker 8 anni fa
_OpenBSD_ c57c48fffc binary files for OpenBSD generated 8 anni fa
_Windows_ 5ccaca6b74 synced with 1.7 8 anni fa
_Windows_GUI 5ccaca6b74 synced with 1.7 8 anni fa
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version 9 anni fa
__GUI 5ccaca6b74 synced with 1.7 8 anni fa
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 anni fa
DEVNOTES 6872d9a0d9 add 'chmod +x' and remove 'run' in new linker 8 anni fa
README 9a2b37ab5f new -> BlackBox 11 anni fa
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 anni fa
export 92afba0d1f synchronized with https://github.com/aixp/BlackBox 8 anni fa
run-BlackBox c99db08064 keep single linker 8 anni fa
run-dev0 142a7339c1 run-dev0 fixed 8 anni fa
switch-target b45ed024b8 remove blackbox and blackboxc executables on switch-target 8 anni fa

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