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