summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc
blob: fdfdba865b334293413bb0581d42996d877657c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(*Service) : orbsvcsexe, rtevent {
  source_files {
    Service.cpp
  }
}

project(*Supplier) : orbsvcsexe, rtevent {
  source_files {
    Supplier.cpp
  }
}

project(*Consumer) : orbsvcsexe, rtevent {
  source_files {
    Consumer.cpp
  }
}