summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc
blob: 851d718f7327eaba1734ad128916cbd91b69282a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// -*- MPC -*-
// $Id$

project(*RTCorba idl): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*RTCorba server): rt_server, minimum_corba {
  after += *RTCorba_idl
  Source_Files {
    server.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*RTCorba client): rt_client, minimum_corba {
  after += *RTCorba_idl
  Source_Files {
    testC.cpp
    client.cpp
  }
  IDL_Files {
  }
}