Update bug_report.md
[ACE_TAO.git] / TAO / orbsvcs / DevGuideExamples / EventServices / RTEC_Basic / RTEC_Basic.mpc
bloba67c5f1c81977b7436421f921d29ec28962cfc7d
1 project(*Supplier): namingexe, rteventexe,  {
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   }