summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/OBV_Factory.mpc
blob: cc812c1eebedbf46477cbae9a3ecfa7a15945cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, valuetype {
  Source_Files {
    FactoryC_impl.cpp
    FactoryS_impl.cpp
    server.cpp
  }
}

project(*Client): taoexe, valuetype {
  Source_Files {
    FactoryC.cpp
    FactoryC_impl.cpp
    client.cpp
  }
}