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

project(*Server): taoserver, iormanip {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, iormanip {
  Source_Files {
    testC.cpp
    client.cpp
  }
}