Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / PICurrent / PI_PICurrent.mpc
blobc1e767795053f16cfb1b0da5b60e73e29a8ea037
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     ServerORBInitializer.cpp
14     ServerRequestInterceptor.cpp
15     ClientRequestInterceptor2.cpp
16     server.cpp
17   }
18   Source_Files {
19     testC.cpp
20     testS.cpp
21   }
22   IDL_Files {
23   }
26 project(*Client): taoclient, pi, interceptors {
27   after += *idl
28   Source_Files {
29     ClientORBInitializer.cpp
30     ClientRequestInterceptor.cpp
31     client.cpp
32   }
33   Source_Files {
34     testC.cpp
35   }
36   IDL_Files {
37   }