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

  Source_Files {
    AnyS_impl.cpp
    server.cpp
  }
}

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

  Source_Files {
    AnyC.cpp
    client.cpp
  }
}