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

project(*client) : taoexe, portableserver, rtcorba {
  avoids += minimum_corba
  source_files {
    client.cpp
    Custom_Network_Priority_Mapping.cpp
  }
}

project(*server) : taoexe, rtportableserver, rtcorba {
  avoids += minimum_corba
  source_files {
    server.cpp
    Custom_Network_Priority_Mapping.cpp
  }
}