Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_3080 / Bug_3080.mpc
blob772a9a401cf3f0f583be72d6772cc7e54c830eaf
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver {
10   after += *idl
12   Source_Files {
13     test_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     testC.cpp
18     testS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, valuetype, pi, interceptors {
25   after += *idl
27   Source_Files {
28     Client_ORBInitializer.cpp
29     Client_Request_Interceptor.cpp
30     client.cpp
31   }
32   Source_Files {
33     testC.cpp
34   }
35   IDL_Files {
36   }