Aucune description

Josef Templ c7b29b39a2 fixed a bug in Kernel.Upper/Lower. Refs: #149. il y a 8 ans
Com d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. il y a 9 ans
Comm 13568b9eaa Merge pull request #114 from BlackBoxCenter/issue-#100 il y a 9 ans
Ctl d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. il y a 9 ans
Dev 7319f0e785 Merge pull request #155 from BlackBoxCenter/issue-#145 il y a 8 ans
Docu 40f0766f9d Fixed lost line in Language Report. Refs: #100. il y a 8 ans
Form d235341ecd fixes for non-local drop behavior. Refs: #117. il y a 9 ans
Host 963d054e25 Merge pull request #146 from BlackBoxCenter/issue-#137 il y a 8 ans
Obx 04955c7384 more modules fixed and docu improved. Refs: #144. il y a 8 ans
Ole 89afdf6ff9 Titles for Sys-Map enlarged. Some documents were made wider. Refs: #100. il y a 9 ans
Script 94fe44696d DevCPM changes taken over to subsystem Script. Refs: #139. il y a 8 ans
Sql f091cd7938 support for skipping directories that are not subsystems added. Refs: #129. il y a 8 ans
Std 441b8de67c StdCoder allows file names with spaces. Refs:#148. il y a 8 ans
System c7b29b39a2 fixed a bug in Kernel.Upper/Lower. Refs: #149. il y a 8 ans
Text c876817954 TextRulers docu improvements. Refs: #146. il y a 8 ans
Win 89afdf6ff9 Titles for Sys-Map enlarged. Some documents were made wider. Refs: #100. il y a 9 ans
Xhtml 64f5380afd fixing inconsistent docu and usage of Files.Locator error codes. Refs: #144. il y a 8 ans
appbuild 536564ad9b add changes from master il y a 8 ans
.gitignore e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. il y a 11 ans
BlackBox.exe.manifest e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. il y a 11 ans
Empty.odc e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. il y a 11 ans
LICENSE.txt 8b0dfd3647 Mac OS refenrences removed. Formatting of docu was improved. Refs: #100 il y a 9 ans
README.txt 03e9d31fec fixes the usage of xvfb in the build engine and a typo in README. Refs: #14. il y a 10 ans

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