Ivan Denisov ef6e7ec4e1 support for [ccall16] flag by Luowy, align stack to a 16-byte boundary пре 8 година
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version пре 8 година
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated пре 8 година
Dev ef6e7ec4e1 support for [ccall16] flag by Luowy, align stack to a 16-byte boundary пре 8 година
Docu fb0efd29c8 fix checkboxes, fields & radiobuttons. Enlarge font for serach field of F1 help window. пре 8 година
Host c351e47873 sync with 1.7-beta, debug windows interp version пре 9 година
Obx 9a2b37ab5f new -> BlackBox пре 11 година
Sql 5ccaca6b74 synced with 1.7 пре 8 година
Std 21dd699039 updated according 1.7.1-a1-853 center version пре 8 година
System 21dd699039 updated according 1.7.1-a1-853 center version пре 8 година
Text 21dd699039 updated according 1.7.1-a1-853 center version пре 8 година
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version пре 8 година
_FreeBSDLinuxOpenBSD_ 7a5d4abb21 hide Dev2 from Windows version пре 8 година
_FreeBSDLinuxOpenBSD_GUI 25bac87f51 focus window before close пре 8 година
_FreeBSDLinuxOpenBSD_Interp 9d73519c18 single executable for GUI version, ConsLog docu updated пре 8 година
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox пре 8 година
_FreeBSDOpenBSD_GUI 69d8d2e24a fix clipboard and accelerators пре 8 година
_FreeBSD_ 478c451ff9 add system and popen to Libc interface пре 8 година
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox пре 11 година
_Linux_ 478c451ff9 add system and popen to Libc interface пре 8 година
_Linux_GUI 69d8d2e24a fix clipboard and accelerators пре 8 година
_OpenBSD_ 478c451ff9 add system and popen to Libc interface пре 8 година
_OpenBSD_GUI 7b17f839cf OpenBSD HostGnome пре 8 година
_Windows_ 514cc24dcd organisation changed to obertone пре 8 година
_Windows_GUI 5ae7dcb284 simplified build command for Windows version пре 8 година
_Windows_Interp 49d2237bed ignore ask user when creating new folders in Interp mode пре 8 година
__GUI e39644afd8 Fix RatCalc module name. Reported by X512. пре 8 година
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler пре 11 година
LICENSE.txt 32df3e0d9b change copyright to BBCB team пре 8 година
README 9a2b37ab5f new -> BlackBox пре 11 година
clean c351e47873 sync with 1.7-beta, debug windows interp version пре 9 година
export 5aaf5ef5eb fix export пре 8 година
run-BlackBox 67c73dacfb pass command line arguments пре 8 година
run-dev0 67c73dacfb pass command line arguments пре 8 година
switch-target 41b5c8b9b5 clean fixed пре 8 година

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