Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_Naming / FaultTolerant / FaultTolerant.mpc
blob5fba5c539538638e48c40110c11ae51833daf00d
1 // -*- MPC -*-
3 project(*idl): taoidldefaults {
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*server): ftnaming {
11   after += *idl
12   exename = server
13   Source_Files {
14     TestC.cpp
15     TestS.cpp
16     server.cpp
17     LB_server.cpp
18     Basic.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client) : ftnaming {
25   exename  = client
26   after += *idl
27   Source_Files {
28     client.cpp
29     TestC.cpp
30   }
31   IDL_Files {
32     test_object.idl
33   }