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

project(*Server): strategies, rt_server {
  Source_Files {
    server.cpp
  }
}

project(*Client): strategies, rt_client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}