summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/OBV_Factory.mpc
blob: 25cf9725e90c3c081768d7e1122f7b8dc6c8a0db (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
30
31
32
33
34
35
// -*- MPC -*-
project(*idl): taoidldefaults, valuetype {
  IDL_Files {
    Factory.idl
  }
  custom_only = 1
}

project(*Server): taoserver, valuetype {
  after += *idl
  Source_Files {
    FactoryC_impl.cpp
    FactoryS_impl.cpp
    server.cpp
  }
  Source_Files {
    FactoryC.cpp
    FactoryS.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoclient, valuetype {
  after += *idl
  Source_Files {
    FactoryC_impl.cpp
    client.cpp
  }
  Source_Files {
    FactoryC.cpp
  }
  IDL_Files {
  }
}