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

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

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