Ivan Denisov cb8d9f1fc0 Remove allocation of new console from Windows_HostConsole; server example improved and tested, documentation for example added 11 éve
..
Comm 9a2b37ab5f new -> BlackBox 11 éve
Cons 9a2b37ab5f new -> BlackBox 11 éve
Dev 1720e956fb Переименован ElfLinker в связи с выходом 1.6 final http://gitlab.molpit.com/oberon/blackbox-freenix/issues/12 11 éve
Docu 9a2b37ab5f new -> BlackBox 11 éve
Host 9a2b37ab5f new -> BlackBox 11 éve
Obx 9a2b37ab5f new -> BlackBox 11 éve
Sql 9a2b37ab5f new -> BlackBox 11 éve
Std 9a2b37ab5f new -> BlackBox 11 éve
System 9a2b37ab5f new -> BlackBox 11 éve
Text 9a2b37ab5f new -> BlackBox 11 éve
Xhtml 9a2b37ab5f new -> BlackBox 11 éve
_FreeBSDLinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 éve
_FreeBSDLinuxOpenBSD_Interp 9a2b37ab5f new -> BlackBox 11 éve
_FreeBSDLinux_ 9a2b37ab5f new -> BlackBox 11 éve
_FreeBSDOpenBSD_ 9a2b37ab5f new -> BlackBox 11 éve
_FreeBSD_ 9a2b37ab5f new -> BlackBox 11 éve
_LinuxOpenBSD_ 9a2b37ab5f new -> BlackBox 11 éve
_LinuxOpenBSD_GUI 44fbae8f4d подправлен список компиляции в связи с переименованием ElfLinker 11 éve
_Linux_ e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 éve
_Linux_GUI e932418e98 добавил выход при прерывании SIGINT по Ctrl+C 11 éve
_OpenBSD_ 9a2b37ab5f new -> BlackBox 11 éve
_OpenBSD_GUI 9a2b37ab5f new -> BlackBox 11 éve
_Windows_ cb8d9f1fc0 Remove allocation of new console from Windows_HostConsole; server example improved and tested, documentation for example added 11 éve
_Windows_GUI 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 éve
_Windows_Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 éve
__GUI 9a2b37ab5f new -> BlackBox 11 éve
__Interp 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 éve
README 9a2b37ab5f new -> BlackBox 11 éve
clean 20cd37ffc1 Windows_Interp added, ComDebug is necessary for compiling modules with COM imported, ComDebug added to console compiler 11 éve
export 9a2b37ab5f new -> BlackBox 11 éve
run-BlackBox 9a2b37ab5f new -> BlackBox 11 éve
run-dev0 9a2b37ab5f new -> BlackBox 11 éve
switch-target 9a2b37ab5f new -> BlackBox 11 éve

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