summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc
blob: 63e19532fe514065b2011781fbee149ae5948bfa (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
// -*- MPC -*-
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
  }
}