Ivan Denisov f4bac96c79 rebuild binary with new C-loader 9 lat temu
..
Comm 9a2b37ab5f new -> BlackBox 11 lat temu
Cons 9a2b37ab5f new -> BlackBox 11 lat temu
Dev 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 lat temu
Docu 9a2b37ab5f new -> BlackBox 11 lat temu
Host 9a2b37ab5f new -> BlackBox 11 lat temu
Obx 9a2b37ab5f new -> BlackBox 11 lat temu
Sql 9a2b37ab5f new -> BlackBox 11 lat temu
Std 81f3829423 StdLinks fixed for saving Unicode content. 10 lat temu
System e143f9a7c0 Dialog.odc match Center version with IsLinux procedure, appVersion and so on. 10 lat temu
Text 9a2b37ab5f new -> BlackBox 11 lat temu
Xhtml 9a2b37ab5f new -> BlackBox 11 lat temu
_FreeBSDLinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 lat temu
_FreeBSDLinuxOpenBSD_Interp 9a2b37ab5f new -> BlackBox 11 lat temu
_FreeBSDLinux_ 9a2b37ab5f new -> BlackBox 11 lat temu
_FreeBSDOpenBSD_ 9a2b37ab5f new -> BlackBox 11 lat temu
_FreeBSD_ 9a2b37ab5f new -> BlackBox 11 lat temu
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 lat temu
_LinuxOpenBSD_GUI 808db328f7 error fixed 10 lat temu
_Linux_ f4bac96c79 rebuild binary with new C-loader 9 lat temu
_Linux_GUI f4bac96c79 rebuild binary with new C-loader 9 lat temu
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 lat temu
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 lat temu
_Windows_ 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 lat temu
_Windows_GUI 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 lat temu
_Windows_Interp 8152fc0b60 сделал, чтобы dev0.exe мог собрать BlackBoxInterp.exe из репозитория 10 lat temu
__GUI 2a137666b1 сделал, чтобы Windows GUI блэкбокс собирался в Windows с помощью dev0.exe (build.bat) 10 lat temu
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 lat temu
README 9a2b37ab5f new -> BlackBox 11 lat temu
clean 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 lat temu
export 9a2b37ab5f new -> BlackBox 11 lat temu
run-BlackBox 9a2b37ab5f new -> BlackBox 11 lat temu
run-dev0 9a2b37ab5f new -> BlackBox 11 lat temu
switch-target 9a2b37ab5f new -> BlackBox 11 lat temu

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