Alexander Shiryaev ea5b8b8944 synchronized with https://github.com/aixp/BlackBox il y a 8 ans
..
Comm 5ccaca6b74 synced with 1.7 il y a 8 ans
Cons ea5b8b8944 synchronized with https://github.com/aixp/BlackBox il y a 8 ans
Dev 5ccaca6b74 synced with 1.7 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_ 92afba0d1f synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_FreeBSDLinuxOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_FreeBSDLinuxOpenBSD_Interp 5d6edf3047 linux version updated for 1.7 il y a 9 ans
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_FreeBSDOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_FreeBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox il y a 11 ans
_Linux_ 92afba0d1f synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_Linux_GUI f36847b082 1.7~a1.7 новый диалог выбора и отвязка от HostUtf8 il y a 9 ans
_OpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 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 5ccaca6b74 synced with 1.7 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 92afba0d1f synchronized with https://github.com/aixp/BlackBox il y a 8 ans
run-dev0 92afba0d1f synchronized with https://github.com/aixp/BlackBox il y a 8 ans
switch-target 92afba0d1f synchronized with https://github.com/aixp/BlackBox 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