summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc
blob: a73bce9010517fc8123a8d490f60793aa83a5713 (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
38
39
// -*- MPC -*-
// $Id$

project(*IDL): rteventexe, rtsched, naming, iortable, messaging {

  IDL_Files {
    data.idl
  }

  custom_only = 1
}

project(ECM Supplier): rteventexe, rtsched, naming, iortable, messaging {
  avoids  += ace_for_tao
  exename  = ECM_Supplier
  Source_Files {
    ECM_Data.cpp
    ECM_Supplier.cpp
    dataS.cpp
    dataC.cpp
  }

  after += *IDL
  IDL_Files {
  }
}

project(ECM Consumer): rteventexe, rtsched, naming, iortable, messaging {
  exename  = ECM_Consumer
  Source_Files {
    ECM_Data.cpp
    ECM_Consumer.cpp
    dataC.cpp
  }

  after += *IDL
  IDL_Files {
  }
}