Continued changes from peer review
[ACE_TAO.git] / TAO / performance-tests / Callback / Callback.mpc
blobd455880971c83ca2601f152b02de91bf027f1188
1 // -*- MPC -*-
2 project(*Perf_IDL): taoidldefaults, strategies {
3   IDL_Files {
4     callback.idl
5   }
6   custom_only = 1
9 project(*server): taoserver, messaging, strategies {
10   after += *Perf_IDL
11   avoids += ace_for_tao
12   Source_Files {
13     callbackC.cpp
14     callbackS.cpp
15     Server_i.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*client): taoexe, messaging, portableserver, strategies {
23   after += *Perf_IDL
24   avoids += ace_for_tao
25   Source_Files {
26     callbackC.cpp
27     callbackS.cpp
28     Callback_i.cpp
29     client.cpp
30   }
31   IDL_Files {
32   }