summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Dynamic_Thread_Pool/RT_Dynamic_Thread_Pool.mpc
blob: 8986a5c4db4dac6923d1607576764624a0a51340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$

project(*Server): strategies, rt_server, minimum_corba {
  exename = server
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): strategies, rt_client, minimum_corba {
  exename = client
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}