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