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

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