Ivan Denisov 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 سال پیش
..
Comm 9a2b37ab5f new -> BlackBox 11 سال پیش
Cons 9a2b37ab5f new -> BlackBox 11 سال پیش
Dev 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 سال پیش
Docu 9a2b37ab5f new -> BlackBox 11 سال پیش
Host 9a2b37ab5f new -> BlackBox 11 سال پیش
Obx 9a2b37ab5f new -> BlackBox 11 سال پیش
Sql 9a2b37ab5f new -> BlackBox 11 سال پیش
Std 9a2b37ab5f new -> BlackBox 11 سال پیش
System 9a2b37ab5f new -> BlackBox 11 سال پیش
Text 9a2b37ab5f new -> BlackBox 11 سال پیش
Xhtml 9a2b37ab5f new -> BlackBox 11 سال پیش
_FreeBSDLinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 سال پیش
_FreeBSDLinuxOpenBSD_Interp 9a2b37ab5f new -> BlackBox 11 سال پیش
_FreeBSDLinux_ 9a2b37ab5f new -> BlackBox 11 سال پیش
_FreeBSDOpenBSD_ 9a2b37ab5f new -> BlackBox 11 سال پیش
_FreeBSD_ 9a2b37ab5f new -> BlackBox 11 سال پیش
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 سال پیش
_LinuxOpenBSD_GUI 808db328f7 error fixed 10 سال پیش
_Linux_ e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 سال پیش
_Linux_GUI e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 سال پیش
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 سال پیش
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 سال پیش
_Windows_ 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 سال پیش
_Windows_GUI 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 سال پیش
_Windows_Interp 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 سال پیش
__GUI 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 سال پیش
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 سال پیش
README 9a2b37ab5f new -> BlackBox 11 سال پیش
clean 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 سال پیش
export 9a2b37ab5f new -> BlackBox 11 سال پیش
run-BlackBox 9a2b37ab5f new -> BlackBox 11 سال پیش
run-dev0 9a2b37ab5f new -> BlackBox 11 سال پیش
switch-target 9a2b37ab5f new -> BlackBox 11 سال پیش

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