summaryrefslogtreecommitdiff
path: root/TAO/tests/OctetSeq/OctetSeq.mpc
blob: ddad93f5747dbb3699084a068edfb6bbe7e99340 (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
40
41
42
43
44
// -*- MPC -*-
// $Id$

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

project(*Server): taoserver {
  avoids += ace_for_tao
  after += *idl
  Source_Files {
    test_i.cpp
    server.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoclient, anytypecode {
  avoids += ace_for_tao
  after += *idl
  Source_Files {
    testC.cpp
    client.cpp
  }
  IDL_Files {
  }
}

project(*OctetSeq): taoclient, anytypecode {
  exename = OctetSeq
  after += *idl
  Source_Files {
    testC.cpp
    OctetSeq.cpp
  }
  IDL_Files {
  }
}