summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/EventServices/OMG_Basic/OMG_Basic.mpc
blob: c625d77490de950d4ba0ac23ae2be21808ad41e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*Supplier): namingexe, event_skel {
  exename   = EchoEventSupplier
  includes += ../common
  Source_Files {
    EchoEventSupplierMain.cpp
  }
}

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

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}