repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add languagestandard variable
[MPC.git]
/
config
/
global.mpb
blob
a94afa7289dd03c4b1e34f4c4840511bfbc778f1
1
// -*- MPC -*-
2
project {
3
// By default send all libraries to the same directory as the project
4
libout = .
5
6
// Automake doesn't need the project directory in the libpaths
7
specific(!automake) {
8
libpaths = .
9
}
10
11
}
12
13
feature(threads) {
14
specific(cdt6) {
15
use_threads = 1
16
}
17
}