Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / DevGuideExamples / EventServices / OMG_Basic / OMG_Basic.mpc
blobc625d77490de950d4ba0ac23ae2be21808ad41e9
1 project(*Supplier): namingexe, event_skel {
2   exename   = EchoEventSupplier
3   includes += ../common
4   Source_Files {
5     EchoEventSupplierMain.cpp
6   }
9 project(*Consumer): namingexe, event_skel {
10   exename   = EchoEventConsumer
11   includes += ../common
13   Source_Files {
14     EchoEventConsumerMain.cpp
15     EchoEventConsumer_i.cpp
16   }