summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency/Queue_Based_Workers/Server_Concurrency_Queue_Based_Workers.mpc
blob: 4b4291e1f439b30ba6b4611f710da883e5147cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project : aceexe {
  source_files {
    workers.cpp
  }
}

project(*RTCorba) : aceexe {
  source_files {
    RT_CORBA_Workers.cpp
  }
}