X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senfscons%2FMainpage.dox;h=7769355e7246923553501e9167b6caeaedcdeadf;hb=47be4c5261340d3e2ea208bb0b2d96fa256d829a;hp=847b2ff70aa0baf9758aadc9903a176b98491783;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/senfscons/Mainpage.dox b/senfscons/Mainpage.dox index 847b2ff..7769355 100644 --- a/senfscons/Mainpage.dox +++ b/senfscons/Mainpage.dox @@ -84,7 +84,7 @@ namespace senfscons { invokes the module \c SConscript files. To simplify the configuration, the SENFScons python package is provided. This package has helper utilities to simplify standard tasks. - In \c senfscons/SConstruct.tempalte you may find an example SConstruct file. Copy this to the + In \c senfscons/SConstruct.template you may find an example SConstruct file. Copy this to the project root (under the name \c SConstruct) to start a new project. You can then modify and configure it to your wishes. @@ -151,9 +151,14 @@ namespace senfscons { To configure the build environment to the local environment, a \c SConfig file may be created in the projects root directory. The supported parameters are -
\c CXX
C++ compiler to use
-
\c EXTRA_DEFINES
preprocessor symbols to be defined locally
-
\c EXTRA_LIBS
additional libraries needed for a local build
+
+
\c CXX
+
C++ compiler to use
+
\c EXTRA_DEFINES
+
preprocessor symbols to be defined locally
+
\c EXTRA_LIBS
+
additional libraries needed for a local build
+
Additionally, the \ref use define additional configuration variables which may be set here. */