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

project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
  after    += CosEC_RtEC_Based_lib
  exename   = Consumer
  libs     += CosEC_RtEC_Based
  libpaths += ../../lib
  includes += ../../lib

  source_files {
    Consumer.cpp
    Multiple.cpp
  }
}

project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
  after    += CosEC_RtEC_Based_lib *Cons
  exename   = Supplier
  libs     += CosEC_RtEC_Based
  libpaths += ../../lib

  source_files {
    Supplier.cpp
    Multiple.cpp
  }
}