Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / DevGuideExamples / EventServices / RTEC_Federated / RTEC_Federated.mpc
blob718344d8d9ed236829b75ec55576f6a70b6445ad
1 project(*Supplier): namingexe, rteventexe, rtevent_serv  {
2   exename   = EchoEventSupplier
3   includes += ../common
5   Source_Files {
6     EchoEventSupplierMain.cpp
7     EchoEventSupplier_i.cpp
8   }
11 project(*Consumer): namingexe, rteventexe {
12   exename   = EchoEventConsumer
13   includes += ../common
15   Source_Files {
16     EchoEventConsumerMain.cpp
17     EchoEventConsumer_i.cpp
18   }