summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency/Queue_Based_Workers/Svr_Conc_Queue_Based_Workers.mpc
blob: 12566016d17c6d2a51902718f202e65f5e82e51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project : aceexe {
  avoids += ace_for_tao
  exename = workers
  source_files {
    workers.cpp
  }
}

project(*RTCorba) : aceexe {
  avoids += ace_for_tao
  exename = RT_CORBA_Workers
  source_files {
    RT_CORBA_Workers.cpp
  }
}