Advanced features
 

 

Home 
Overview 
Design 
Features 
SCons 
Links 
Q&A 

 

Table of Content

[up one level]

Renamig builds

a mechanism to avoid name clashes in static linking of C code. We use it also to tolerate several historical versions of the same code in the same link.

[back to top]

C/C++ SDKs

a way to include in the build 3rd party precompiled code. Some SBuild SDK are not rebuildable and some are. Rebuildable SDKs are a kind of "on/off interrupts" in the dependency tree. This is a general mechanism that should be in SBuild, not in the C/C++ toolkit.

[back to top]

Target platform "equivalence"

a mechanism to find target platform specific places in the build scripts and to "shut them up" in one shot.

[back to top]

Source concatenation

a mechanism to accelerate builds by reducing the number of times the C compiler is started

[up one level] [back to top]

[Added features][Running scripts][SBuild Eclipse plug-in][Advanced features]

 


Copyright (c) 2008 Abalog Software BVBA. All rights reserved.