Add languagestandard variable
[MPC.git] / config / global.mpb
bloba94afa7289dd03c4b1e34f4c4840511bfbc778f1
1 // -*- MPC -*-
2 project {
3   // By default send all libraries to the same directory as the project
4   libout = .
6   // Automake doesn't need the project directory in the libpaths
7   specific(!automake) {
8     libpaths = .
9   }
13 feature(threads) {
14   specific(cdt6) {
15     use_threads = 1
16   }