summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Notify/Bug_2561_Regression/Bug_2561_Regression.mpc
blob: 00263764becaae39e082a4767c0a36a7cfea0257 (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
27
28
29
30
31
32
33
34
35
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  custom_only = 1
  IDL_Files {
    go.idl
  }
}

project(*Ntf Supp): notifytest {
  exename = Supplier
  after  += *idl

  Source_Files {
    goC.cpp
    goS.cpp
    Supplier.cpp
  }
  IDL_Files {
  }
}

project(*Ntf Cons): notifytest {
  exename = Consumer
  after  += *idl

  Source_Files {
    goC.cpp
    Notify_Push_Consumer.cpp
    Consumer.cpp
  }
  IDL_Files {
  }
}