summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Diffserv/RTCORBA_Diffserv.mpc
blob: 85cadf3219aa7f04e88af57620908ca1b9444e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- 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 {
  after += *client
  source_files {
    server.cpp
    Custom_Network_Priority_Mapping.cpp
  }
}