summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc
blob: a01418fc4e5ed701593b0b532e232c27c7da3eb4 (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
36
37
38
// -*- MPC -*-
// $Id$

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

project(*Ntf Struct Supp): notifytest {
  avoids += ace_for_tao
  exename = Structured_Supplier

  after += *idl
  Source_Files {
    goC.cpp
    goS.cpp
    Structured_Supplier.cpp
  }
  IDL_Files {
  }
}

project(*Ntf Struct Cons): notifytest {
  avoids += ace_for_tao
  exename = Structured_Consumer

  after += *idl
  Source_Files {
    goC.cpp
    Notify_Structured_Push_Consumer.cpp
    Structured_Consumer.cpp
  }
  IDL_Files {
  }
}