summaryrefslogtreecommitdiff
path: root/ACE/examples/Semaphores/Semaphores.mpc
blob: 51040a647ef931a8bfc66f5fb8616e97a07788cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(*starter) : aceexe {
  avoids += ace_for_tao
  exename = starter

  Source_Files {
    starter.cpp
  }
}
project(*worker) : aceexe {
  avoids += ace_for_tao
  exename = worker

  Source_Files {
    worker.cpp
  }
}