summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_3688_Regression/Bug_3688_Regression.mpc
blob: 3e93854ae8d1c71c9642b44465b9608661deb80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- 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
  }
}