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

project(*Consumer) : orbsvcsexe, notify, dsnotifylogadmin, naming {
  exename = consumer
  source_files {
    Notify_Consumer.cpp
  }
}

project(*Supplier) : orbsvcsexe, notify, dsnotifylogadmin, naming {
  exename = supplier
  source_files {
    Notify_Consumer.cpp
  }
}