summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Diffserv/RTCORBA_Diffserv.mpc
blob: 91b149ffd7a73cb09af7cf7c42217a9c9103ee1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*client) : taoexe, portableserver, rtcorba, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  after += *idl
  source_files {
    client.cpp
    Custom_Network_Priority_Mapping.cpp
  }
  source_files {
    testC.cpp
  }
  IDL_Files {
  }
}

project(*server) : taoexe, rtportableserver, rtcorba, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  after += *idl
  after += *client
  source_files {
    server.cpp
    Custom_Network_Priority_Mapping.cpp
  }
  source_files {
    testC.cpp
    testS.cpp
  }
  IDL_Files {
  }
}