summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/Profile_And_Endpoint_Selection.mpc
blob: 220bbb47171fdf65f879a345241468ce9e05e325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
project(*Server): rt_server, strategies, portableserver {
  avoids += minimum_corba
  Source_Files {
    server.cpp
  }
}

project(*Client): rt_client, strategies, portableserver {
  avoids += minimum_corba
  Source_Files {
    client.cpp
  }
}