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

project(*Server): taoserver {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

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

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