summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc
blob: b0c06413c38049b997072f7db5c802e636984816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
project(*Supplier): namingexe, rteventexe, rtevent_serv {
  exename   = EchoEventSupplier

  includes += ../Common

  Source_Files {
    SimpleAddressServer.cpp
    EchoEventSupplierMain.cpp
    EchoEventSupplier_i.cpp
  }
}

project(*Consumer): namingexe, rteventexe,  {
  exename   = EchoEventConsumer

  includes += ../Common

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}