summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc
blob: d900bd56fd6733be75f83f8401255226024d35b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- MPC -*-
// $Id$

project(*Consumer) : orbsvcsexe, notification, notification_skel, naming {
  exename = consumer
  Source_Files {
    consumer.cpp
  }
}


project(*Supplier) : orbsvcsexe, notification, notification_skel, naming {
  exename = supplier

  Source_Files {
    supplier.cpp
  }
}

project(*Filter) : orbsvcsexe, notification, notification_skel, naming {
  exename = filter

  Source_Files {
    filter.cpp
  }
}