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

  Source_Files {
    Test_impl.cpp
    server.cpp
  }
}

project(*Client): taoclient {
  idlflags += -Gv

  Source_Files {
    TreeBaseC.cpp
    TreeControllerC.cpp
    TreeNodeC.cpp
    client.cpp
  }
}