Alexander Shiryaev 49186965c6 Linux HostFiles64: lseek64 → fseeko64 il y a 6 ans
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version il y a 8 ans
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated il y a 8 ans
Dev 5c1ad8de4d center issue #195, support for long identifiers in trap handlers il y a 6 ans
Docu cae7de606d update year il y a 7 ans
Host 4b18376b9c save and restore default fonts settings il y a 7 ans
Obx 9a2b37ab5f new -> BlackBox il y a 11 ans
Sql 5ccaca6b74 synced with 1.7 il y a 8 ans
Std 5c1ad8de4d center issue #195, support for long identifiers in trap handlers il y a 6 ans
System 49e0f0e676 fixed menu calls handling for Linux & bug in Documents il y a 6 ans
Text bb8833ffdd synced with 1.7.1 from Center il y a 7 ans
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version il y a 8 ans
_FreeBSDLinuxOpenBSD_ ec096fd831 fix Dev2 linker for better support of long identifiers (disussed with Igor) il y a 6 ans
_FreeBSDLinuxOpenBSD_GUI 1e0c654b45 update year in about dialog il y a 6 ans
_FreeBSDLinuxOpenBSD_Interp d36d42da3d update build scripts il y a 7 ans
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox il y a 8 ans
_FreeBSDOpenBSD_GUI 4b18376b9c save and restore default fonts settings il y a 7 ans
_FreeBSD_ ae4e7a9948 change HostGnome il y a 7 ans
_LinuxOpenBSD_ 6940a0185f Linux Libc generator il y a 7 ans
_Linux_ 49186965c6 Linux HostFiles64: lseek64 → fseeko64 il y a 6 ans
_Linux_GUI 4b18376b9c save and restore default fonts settings il y a 7 ans
_OpenBSD_ 2b2990bfe5 OpenBSD Libc updated il y a 7 ans
_Windows_ c17320512d center issue-#187 adding a run-time debugger to BlackBox il y a 6 ans
_Windows_GUI 1e0c654b45 update year in about dialog il y a 6 ans
_Windows_Interp 07086e71c4 center issue-#184 HYPERLINK ignored in RTF import. Iterp and FreeBSDLinuxOpenBSD versions of HostTextConv synced with Windows version. il y a 7 ans
__GUI c17320512d center issue-#187 adding a run-time debugger to BlackBox il y a 6 ans
__Interp d6e201af6c HostFonts.Font need to be exported for Xhtml il y a 7 ans
LICENSE.txt cae7de606d update year il y a 7 ans
README 9a2b37ab5f new -> BlackBox il y a 11 ans
clean c351e47873 sync with 1.7-beta, debug windows interp version il y a 9 ans
export 5aaf5ef5eb fix export il y a 8 ans
run-BlackBox 67c73dacfb pass command line arguments il y a 8 ans
run-dev0 67c73dacfb pass command line arguments il y a 8 ans
switch-target 41b5c8b9b5 clean fixed il y a 8 ans

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