summaryrefslogtreecommitdiff
path: root/config/global.mpb
blob: a94afa7289dd03c4b1e34f4c4840511bfbc778f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
project {
  // By default send all libraries to the same directory as the project
  libout = .

  // Automake doesn't need the project directory in the libpaths
  specific(!automake) {
    libpaths = .
  }

}

feature(threads) {
  specific(cdt6) {
    use_threads = 1
  }
}