summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_tests_Multiple.mpc
blob: 2ff95922b3444e816f6a69e4218047d8da4165d7 (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 -*-
// $Id$

project(*Consumer) : orbsvcsexe, event, rtevent, rtsched {
  after += CosEC_RtEC_Based_lib
  includes += ../../lib
  libs += CosEC_RtEC_Based
  libpaths += ../../lib
  source_files {
    Consumer.cpp
    Multiple.cpp
  }
}

project(*Supplier) : orbsvcsexe, event, rtevent, rtsched {
  after += CosEC_RtEC_Based_lib
  includes += ../../lib
  libs += CosEC_RtEC_Based
  libpaths += ../../lib
  source_files {
    Supplier.cpp
    Multiple.cpp
  }
}