summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc
blob: f241d1f485198f4efae4a93a6aac6adf00b591cb (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
// -*- MPC -*-
project(*Consumer): messaging, rteventexe, naming {
  exename = Consumer
  Source_Files {
    Consumer.cpp
  }
}

project(*Supplier): messaging, rteventexe, naming {
  exename = Supplier
  Source_Files {
    Supplier.cpp
  }
}

project(*): messaging, rteventexe, rtevent_serv, naming {
  exename = Gateway
  Source_Files {
    Gateway.cpp
  }
}

project(*EC): messaging, rteventexe, rtevent_serv, naming {
  exename = EC
  Source_Files {
    EC.cpp
  }
}