summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
blob: a72132366a83f2d7911ba4a436fbfd7cc6570d81 (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): taoidldefaults, valuetype {
  IDL_Files {
    Extra.idl
    Truncatable.idl
  }
  custom_only = 1
}

project(*Server): taoexe, portableserver, valuetype {
  after += *idl
  Source_Files {
    TruncatableS_impl.cpp
    server.cpp
  }
  Source_Files {
    ExtraC.cpp
    ExtraS.cpp
    TruncatableC.cpp
    TruncatableS.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoexe, valuetype {
  after += *idl
  Source_Files {
    client.cpp
  }
  Source_Files {
    ExtraC.cpp
    TruncatableC.cpp
  }
  IDL_Files {
  }
}