summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Server_Concurrency/Queue_Based_Workers/Svr_Conc_Queue_Based_Workers.mpc
blob: 7a393b99eb632ab2f6425e108d7f96b8750bf1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
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
  }
}