summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
blob: 83fed7aa67273ecc5e134b25b7e06faf08d79d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*Consumer) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin {
  exename = RTEvent_Consumer
  source_files {
    RTEvent_Consumer.cpp
  }
}

project(*Supplier) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin {
  exename = RTEvent_Supplier
  source_files {
    RTEvent_Supplier.cpp
  }
}