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

project(*Server): taoserver, valuetype {
  Source_Files {
    testS.cpp
    testC.cpp
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, valuetype {
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}