summaryrefslogtreecommitdiffstats
path: root/Configuration.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A better system to discover and configure components so that one componentBart Vanhauwaert2010-05-191-0/+14
| | | | | can have different configurations depending on the toolchain used, debug flags etc
* Switch to principle where the build process needs to be started from the build directory andBart Vanhauwaert2010-05-161-1/+11
| | | | the source directory must be passed on the command line
* Support for linking in statically linked librariesBart Vanhauwaert2010-05-041-0/+29
|
* Return size of defines and search paths in configureBart Vanhauwaert2010-03-091-2/+2
|
* Adds include search path in the configurationBart Vanhauwaert2010-01-211-0/+16
|
* Refactor additive string listsBart Vanhauwaert2010-01-211-16/+35
|
* New function in the project description languageBart Vanhauwaert2009-12-281-0/+21
| | | | | Executable::define( <list of strings> ); And immediatly use it to set up our own UNICODE defines
* ADD : per target include directoriesBart Vanhauwaert2009-12-201-0/+20
|
* ADD : initial commitBart Vanhauwaert2009-11-101-0/+88