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

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

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