Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Timed_Buffered_Oneways / Timed_Buffered_Oneways.mpc
blob5ec2b0e098ed509d72963f1df733af54f72c7d76
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): messaging, taoserver {
10   after += *idl
11   Source_Files {
12     test_i.cpp
13     server.cpp
14   }
15   Source_Files {
16     testC.cpp
17     testS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): messaging, taoserver {
24   exename = client
25   after += *idl
26   Source_Files {
27     client.cpp
28   }
29   Source_Files {
30     testC.cpp
31   }
32   IDL_Files {
33   }