Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / FaultTolerance / GroupRef_Manipulation / GroupRef_Manipulation.mpc
blob90ec1af00d64d8f9060c8e23febbe577098fc2ae
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -DCORBA3
5   IDL_Files {
6     test.idl
7   }
8   custom_only = 1
11 project(*Server): taoserver, orbsvcsexe, iormanip, pi_server, ftorb, messaging {
12   after += *idl
13   Source_Files {
14     test_i.cpp
15     testC.cpp
16     testS.cpp
17     Server_ORBInitializer.cpp
18     Server_Request_Interceptor.cpp
19     server.cpp
20   }
21   IDL_Files {
22   }
25 project(*Client): taoclient, orbsvcsexe, iormanip, pi_server, ftorb {
26   after += *idl
27   Source_Files {
28     testC.cpp
29     client.cpp
30   }
31   IDL_Files {
32   }