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

project(*Server): rt_server {
  exename = server
  Source_Files {
    server.cpp
  }
}

project(*Client): rt_client {
  exename = client
  after += *Server
  Source_Files {
    testC.cpp
    client.cpp
  }
}