Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Big_Oneways / Big_Oneways.mpc
blobef6a8e7a6ca541ad9ef84c9ac73da27183297975
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
11   Source_Files {
12     TestC.cpp
13     TestS.cpp
14     Coordinator.cpp
15     Session_Control.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoserver {
23   exename = client
24   after += *idl
25   Source_Files {
26     TestC.cpp
27     TestS.cpp
28     Peer.cpp
29     Session.cpp
30     Session_Task.cpp
31     client.cpp
32   }
33   IDL_Files {
34   }