summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/IOR_MCast.mpc
blob: 1cab9bda0ea9bf08060125d6721f3698ddedad65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  avoids += uses_wchar
  IDL_Files {
    MCast.idl
  }
  custom_only = 1
}

project(*server): namingexe, iortable, svc_utils {
  exename = server
  avoids += uses_wchar

  after += *idl
  Source_Files {
    server_i.cpp
    MCast_Server_i.cpp
    MCastS.cpp
    MCastC.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(*client): namingexe, iortable, svc_utils {
  exename = client
  avoids += uses_wchar

  after += *idl
  Source_Files {
    ior_mcast_client_i.cpp
    server_i.cpp
    MCast_Server_i.cpp
    MCastS.cpp
    MCastC.cpp
    client.cpp
  }
  IDL_Files {
  }
}