summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Thread_Pool/RTCORBA_Thread_Pool.mpc
blob: 2dd8ebe099c61dc747797637969ba36bc7d11685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project(*Server): strategies, rt_server {
  avoid += minimum_corba
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): strategies, rt_client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}