Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Oneways_Invoking_Twoways / Oneways_Invoking_Twoways.mpc
bloba6a55473f3309ccb960ed7b535891e4a1f3fbd9b
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     Server_Task.cpp
13     Sender_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoserver {
25   exename = client
26   after += *idl
27   Source_Files {
28     Client_Task.cpp
29     Server_Task.cpp
30     Receiver_i.cpp
31     client.cpp
32   }
33   Source_Files {
34     TestC.cpp
35     TestS.cpp
36   }
37   IDL_Files {
38   }