Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Dynamic / PI_Dynamic.mpc
blob19709a5e882f88b64716b5bfbe8d739c9f1d314e
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags -= -Sa -St
5   IDL_Files {
6     test.idl
7   }
8   custom_only = 1
11 project(*Server): taoserver, pi_server, interceptors {
12   after += *idl
13   Source_Files {
14     test_i.cpp
15     server_interceptor.cpp
16     Echo_Server_ORBInitializer.cpp
17     server.cpp
18   }
19   Source_Files {
20     testC.cpp
21     testS.cpp
22   }
23   IDL_Files {
24   }
27 project(*Client): taoclient, pi, interceptors {
28   after += *idl
29   Source_Files {
30     client_interceptor.cpp
31     Echo_Client_ORBInitializer.cpp
32     client.cpp
33   }
34   Source_Files {
35     testC.cpp
36   }
37   IDL_Files {
38   }