summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/EventServices/OMG_Basic/OMG_Basic.mpc
blob: ce1e164120fdd6d8bf1689bd2f0ed49915ff7e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

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
  }
}