summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/OBV_Factory.mpc
blob: ee4cb36c8a05d7fe9b830a8498aa762f05cc52f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project: server {
  idlflags += -Gv

  Source_Files {
    FactoryC_impl.cpp
    FactoryS_impl.cpp
    server.cpp
  }
}

project: client {
  idlflags += -Gv

  Source_Files {
    FactoryC.cpp
    FactoryC_impl.cpp
    client.cpp
  }
}