Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / orbsvcs / tests / IOR_MCast / IOR_MCast.mpc
blob84b84d7551e6ddf68156f5307de6b265ba22ae4e
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     MCast.idl
5   }
6   custom_only = 1
9 project(*server): namingexe, iortable, svc_utils {
10   exename = server
12   after += *idl
13   Source_Files {
14     server_i.cpp
15     MCast_Server_i.cpp
16     MCastS.cpp
17     MCastC.cpp
18     server.cpp
19   }
20   IDL_Files {
21   }
24 project(*client): namingexe, iortable, svc_utils {
25   exename = client
27   after += *idl
28   Source_Files {
29     ior_mcast_client_i.cpp
30     server_i.cpp
31     MCast_Server_i.cpp
32     MCastS.cpp
33     MCastC.cpp
34     client.cpp
35   }
36   IDL_Files {
37   }