summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/global.mpb
blob: a4254553288f0c2de230ceb0f76dae6be939dae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
// $Id$

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 = .
  }
}