Alexander Shiryaev b45ed024b8 remove blackbox and blackboxc executables on switch-target пре 8 година
..
Comm 5ccaca6b74 synced with 1.7 пре 8 година
Cons ea5b8b8944 synchronized with https://github.com/aixp/BlackBox пре 8 година
Dev 5ccaca6b74 synced with 1.7 пре 8 година
Docu 5ccaca6b74 synced with 1.7 пре 8 година
Host c351e47873 sync with 1.7-beta, debug windows interp version пре 9 година
Obx 9a2b37ab5f new -> BlackBox пре 11 година
Sql 5ccaca6b74 synced with 1.7 пре 8 година
Std 5ccaca6b74 synced with 1.7 пре 8 година
System 5ccaca6b74 synced with 1.7 пре 8 година
Text 5ccaca6b74 synced with 1.7 пре 8 година
Xhtml 5ccaca6b74 synced with 1.7 пре 8 година
_FreeBSDLinuxOpenBSD_ 73ecf35fe4 run scripts moved to right place пре 8 година
_FreeBSDLinuxOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox пре 8 година
_FreeBSDLinuxOpenBSD_Interp 13029f7572 DevElfLinker16 -> DevElfLinker пре 8 година
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox пре 8 година
_FreeBSDOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox пре 8 година
_FreeBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox пре 8 година
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox пре 11 година
_Linux_ 5acf3a31f4 synchronized with https://github.com/aixp/BlackBox пре 8 година
_Linux_GUI f36847b082 1.7~a1.7 новый диалог выбора и отвязка от HostUtf8 пре 8 година
_OpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox пре 8 година
_Windows_ 5ccaca6b74 synced with 1.7 пре 8 година
_Windows_GUI 5ccaca6b74 synced with 1.7 пре 8 година
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version пре 9 година
__GUI 5ccaca6b74 synced with 1.7 пре 8 година
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler пре 11 година
DEVNOTES 5ccaca6b74 synced with 1.7 пре 8 година
README 9a2b37ab5f new -> BlackBox пре 11 година
clean c351e47873 sync with 1.7-beta, debug windows interp version пре 9 година
export 92afba0d1f synchronized with https://github.com/aixp/BlackBox пре 8 година
run-BlackBox 73ecf35fe4 run scripts moved to right place пре 8 година
run-BlackBox1 73ecf35fe4 run scripts moved to right place пре 8 година
run-dev0 92afba0d1f synchronized with https://github.com/aixp/BlackBox пре 8 година
switch-target b45ed024b8 remove blackbox and blackboxc executables on switch-target пре 8 година

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