Sen descrición

Ivan Denisov d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Com d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Comm d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Ctl d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Dev d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Docu d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Form d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Host 19da580541 Merge branch 'master' into issue-#100 %!s(int64=9) %!d(string=hai) anos
Obx d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Ole 56d423425f missing support for Unicode added. Refs: #19. %!s(int64=10) %!d(string=hai) anos
Script ad489b532d ScriptConfig merged with master. Refs: #56. %!s(int64=10) %!d(string=hai) anos
Sql d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. %!s(int64=9) %!d(string=hai) anos
Std 19da580541 Merge branch 'master' into issue-#100 %!s(int64=9) %!d(string=hai) anos
System 19da580541 Merge branch 'master' into issue-#100 %!s(int64=9) %!d(string=hai) anos
Text 4d7fa8ca84 Fix User Mans formatting, link in Logo docu and the Link in Help dialog. Refs: #100 %!s(int64=9) %!d(string=hai) anos
Win f960d1d2e8 Set default color and Arial font in docu, improve docu formatting, remplace -modifier- to -ctrl-', change title for tutorial. Refs: #100 %!s(int64=9) %!d(string=hai) anos
Xhtml 86487781f7 Master merged to the topic branch. Refs: #100 %!s(int64=9) %!d(string=hai) anos
appbuild 0067d80281 The module providing Oberon Microsystem logo view was removed. Refs: #100 %!s(int64=9) %!d(string=hai) anos
.gitignore e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. %!s(int64=10) %!d(string=hai) anos
BlackBox.exe.manifest e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. %!s(int64=10) %!d(string=hai) anos
Empty.odc e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. %!s(int64=10) %!d(string=hai) anos
LICENSE.txt 8b0dfd3647 Mac OS refenrences removed. Formatting of docu was improved. Refs: #100 %!s(int64=9) %!d(string=hai) anos
README.txt 03e9d31fec fixes the usage of xvfb in the build engine and a typo in README. Refs: #14. %!s(int64=10) %!d(string=hai) anos

README.txt

This repository contains the sources, resources, and documentation
of the BlackBox Component Builder and a scripting tool that allows one
to run BlackBox commands from the command line.
A scripting tool is necessary for the CI (continues integration)
process used for BlackBox development.
For details of the build process see appbuild/build.py.


The general purpose BlackBox scripting tool bbscript.exe is based
on the scripting engine introduced in subsystem Script, which is
not part of the generated BlackBox distribution.


For compiling and linking the BlackBox Component Builder from sources:

1. Download last version of the compiler:

http://blackboxframework.org/makeapp/bbscript.exe

2. Prepare 'Win/Rsrc/BlackBox.res' file

Open and put version information to 'Win/Rsrc/BlackBox.rc'

Compile this file:

- Example for Windows:
1) Download and install MinGW: http://www.mingw.org/
2) C:\MinGW\bin>windres.exe -i C:\bbcb\Win\Rsrc\BlackBox.rc -o C:\bbcb\Win\Rsrc\BlackBox.res

- Example for Linux Ubuntu:
1) sudo apt-get install mingw32
2) Go to the directory with sources
3) /usr/bin/i586-mingw32msvc-windres -i BlackBox.rc -o BlackBox.res

3. Run compiler:

bbscript.exe /PAR Dev/Docu/Build-Tool.odc


For building a new bbscript.exe:

bbscript.exe /PAR appbuild/newbbscript.txt

or

1. Add the 'Script' folder to your BlackBox directory
2. Execute all commands from appbuild/newbbscript.txt