Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / examples / Buffered_Oneways / Buffered_Oneways.mpc
blob9d173dccde3791f3f3353e47ad9f247bda5a45a4
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, messaging {
10   after += *IDL
11   Source_Files {
12     test_i.cpp
13     server.cpp
14     testS.cpp
15     testC.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoclient, messaging {
22   after += *IDL
23   Source_Files {
24     client.cpp
25     testC.cpp
26   }
27   IDL_Files {
28   }