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

project(*Server): rt_server {
  avoids += minimum_corba
  Source_Files {
    server.cpp
  }
}

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