summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/RTEC_Federated.mpc
blob: 718344d8d9ed236829b75ec55576f6a70b6445ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
  }
}