Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1270_Regression / Bug_1270_Regression.mpc
blobe95cc52951525745f9fb142b402963b58f1e1387
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     TestC.cpp
13     TestS.cpp
14     Echo_Caller.cpp
15     Server_Timer.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient, messaging {
23   after += *idl
24   Source_Files {
25     TestC.cpp
26     TestS.cpp
27     Echo.cpp
28     client.cpp
29   }
30   IDL_Files {
31   }
34 project(*Shutdown): taoclient, messaging {
35   exename = shutdown
36   after += *idl
37   Source_Files {
38     TestC.cpp
39     TestS.cpp
40     shutdown.cpp
41   }
42   IDL_Files {
43   }