Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / RTCORBA / Client_Propagated / RTCORBA_Client_Propagated.mpc
blob949b3859ab40db487264f379ec0ba426b343528b
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): rt_server {
10   after += *idl
11   Source_Files {
12     testC.cpp
13     testS.cpp
14     server.cpp
15   }
16   IDL_Files {
17   }
20 project(*Client): rt_client, interceptors {
21   after += *idl
22   Source_Files {
23     testC.cpp
24     interceptors.cpp
25     Client_ORBInitializer.cpp
26     client.cpp
27   }
28   IDL_Files {
29   }