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

project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
  requires += minimum_corba
  exename = consumer
  source_files {
    RTEvent_Consumer.cpp
  }
}

project(*Supplier) : orbsvcsexe, rtevent, naming, rteventlogadmin {
  requires += minimum_corba
  exename = supplier
  source_files {
    RTEvent_Supplier.cpp
  }
}