Merge pull request #2306 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / FaultTolerance / IOGR / FaultTolerance_IOGR.mpc
blob3365b944bf5fdf9b3d28a499975aa0105a7a1922
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*server): portableserver, orbsvcsexe, iormanip, ftorb, messaging {
10   after += *idl
11   exename = server
12   Source_Files {
13     test_i.cpp
14     testS.cpp
15     testC.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*Manager): portableserver, orbsvcsexe, iormanip, ftorb {
23   after += *idl
24   exename = Manager
25   Source_Files {
26     testC.cpp
27     Manager.cpp
28   }
29   IDL_Files {
30   }