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

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

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