summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/test.mpc
blob: 66bcbf45c86d6ad0fa3bed099bfcf8fbfd532f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(Bug_1627_Server): taoserver, iortable {
  Source_Files {
    Test_i.cpp
    server.cpp
  }
}

project(Bug_1627_Client): taoclient, anytypecode {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}