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

project(*Supplier): namingexe, event_serv {
  exename   = EchoEventSupplier
  includes += ../common

  Source_Files {
    EchoEventSupplierMain.cpp
  }
}

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

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}