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

project(Bug 1330 Server): taoserver, iortable {
  Source_Files {
    Test_i.cpp
    server.cpp
  }
}

project(Bug 1330 Client): taoclient {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}