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

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

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