Ivan Denisov f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Cons f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Dev f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Docu 8c849617c2 change tabs design, fix Drawrect, remove Tyler menu 4 tahun lalu
Fbsd f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Lin f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Linint f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Obsd f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Sql 285acea4c3 remove unicode operations from Strings. part 2 5 tahun lalu
Std f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
System f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Text 527c85ee79 add StdCmdsHook for menus commands 4 tahun lalu
Win f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Winint f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
Xhtml 8582b82ded make XhtmlExporter works in Windows 4 tahun lalu
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
LICENSE.txt d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 tahun lalu
README 9a2b37ab5f new -> BlackBox 11 tahun lalu
ScratchText.odc d031b83ecd remove LinGui dialog blocking (no need anymore), revert changes in collecting garbage after window close, new design for save dialog, add license and copyright links and cleanup new modules, add OberonCore to About and License, change text in Scratch 4 tahun lalu
build-linux-gui f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
build-linux-interp f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
build-windows-gui f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
build-windows-gui.bat f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
build-windows-interp f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
build-windows-interp.bat f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
clean f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
dev0lin f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu
dev0win.exe f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
pack-dev0lin f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
pack-dev0win.odc f608c5f60a merge new Kernel structure from Anton Dmitriev, rebuild console compilers for Linux and Windows, compiler always COM aware 4 tahun lalu
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script 4 tahun lalu
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) 4 tahun lalu

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