Ivan Denisov 2741e4e36e position to init Ole from Config to WinInit 4 years ago
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Dev e728582dd0 add StdRegistry 4 years ago
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Docu 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Lin e728582dd0 add StdRegistry 4 years ago
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Sql 285acea4c3 remove unicode operations from Strings. part 2 5 years ago
Std e728582dd0 add StdRegistry 4 years ago
System 2741e4e36e position to init Ole from Config to WinInit 4 years ago
Text d1fb316297 remove Kernel.Hook to reduce Kernel import cases #048 4 years ago
Tyler 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Win 2741e4e36e position to init Ole from Config to WinInit 4 years ago
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 years ago
_Windows_Interp 9cb3d78f17 shift dates realisation from HostDialog to new module HostDates for reduce difference with Linux version 4 years ago
__Interp 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode 4 years ago
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
LICENSE.txt 42eb3e150c update years, flush resources before updating menu 4 years ago
README 9a2b37ab5f new -> BlackBox 11 years ago
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
build-gui-linux 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
build-gui-windows.bat 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
build-interp 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
clean 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script 4 years ago
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 years ago

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