Ivan Denisov f1a73921d0 export exe img 9 yıl önce
..
Comm c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Cons c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Dev 5d6edf3047 linux version updated for 1.7 9 yıl önce
Docu c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Host c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Obx 9a2b37ab5f new -> BlackBox 11 yıl önce
Sql c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Std c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
System c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Text c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
Xhtml c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
_FreeBSDLinuxOpenBSD_ 5d6edf3047 linux version updated for 1.7 9 yıl önce
_FreeBSDLinuxOpenBSD_Interp 5d6edf3047 linux version updated for 1.7 9 yıl önce
_FreeBSDLinux_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSDOpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_FreeBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_LinuxOpenBSD_GUI 5d6edf3047 linux version updated for 1.7 9 yıl önce
_Linux_ 5b519e5bbe LogInit open on import 9 yıl önce
_Linux_GUI 5d6edf3047 linux version updated for 1.7 9 yıl önce
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 yıl önce
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 yıl önce
_Windows_ c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
_Windows_GUI c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
_Windows_Interp c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
__GUI c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 yıl önce
DEV c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
README 9a2b37ab5f new -> BlackBox 11 yıl önce
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce
export f1a73921d0 export exe img 9 yıl önce
run-BlackBox 9a2b37ab5f new -> BlackBox 11 yıl önce
run-dev0 9a2b37ab5f new -> BlackBox 11 yıl önce
switch-target c351e47873 sync with 1.7-beta, debug windows interp version 9 yıl önce

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