summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Diffserv/RTCORBA_Diffserv.mpc
blob: 95a35e89fd59bb059979ac5f24801194a1be91b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  }
}