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