2
0
Ivan Denisov cfa1edc6bc add StdFolds from Center version without fonts dependencies 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 cfa1edc6bc add StdFolds from Center version without fonts dependencies 10 жил өмнө
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_ 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 жил өмнө
_Windows_GUI 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 жил өмнө
_Windows_Interp 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 жил өмнө
__GUI 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 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