summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Factory/CosEC_Factory.mpc
blob: 9f36dda8a84f70402c06b8e0ded8b8b79934b154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*Client) : orbsvcsexe, event {
  idlflags += -I ../../..
  source_files {
    FactoryClient.cpp
  }
}

project(*Server) : orbsvcsexe, event {
  idlflags += -I ../../..
  source_files {
    FactoryDriver.cpp
    CosEventChannelFactory_i.cpp
  }
}