summaryrefslogtreecommitdiff
path: root/TAO/tests/OctetSeq/OctetSeq.mpc
blob: 4a526ffae60edbc25c069d9bdecf6ce66e18ccb9 (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
// -*- MPC -*-
// $Id$

project(*Server): taoserver {
  avoids += ace_for_tao
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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

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