Alexander Shiryaev ea5b8b8944 synchronized with https://github.com/aixp/BlackBox 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_ 92afba0d1f synchronized with https://github.com/aixp/BlackBox 8 年之前
_FreeBSDLinuxOpenBSD_GUI fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 年之前
_FreeBSDLinuxOpenBSD_Interp 5d6edf3047 linux version updated for 1.7 9 年之前
_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_ 92afba0d1f synchronized with https://github.com/aixp/BlackBox 8 年之前
_Linux_GUI f36847b082 1.7~a1.7 новый диалог выбора и отвязка от HostUtf8 9 年之前
_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-dev0 92afba0d1f synchronized with https://github.com/aixp/BlackBox 8 年之前
switch-target 92afba0d1f synchronized with https://github.com/aixp/BlackBox 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