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

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

project(*Client): taoexe, valuetype {
  Source_Files {
    testC.cpp
    client.cpp
  }
}