summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/RTEC_Federated.mpc
blob: 74545e5f7fdcdc27896bc762f1e6e8213b63fc4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

project(*Supplier): namingexe, rteventexe, rtevent_serv  {
  exename   = EchoEventSupplier
  includes += ../common

  Source_Files {
    EchoEventSupplierMain.cpp
    EchoEventSupplier_i.cpp
  }
}

project(*Consumer): namingexe, rteventexe {
  exename   = EchoEventConsumer
  includes += ../common

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}