summaryrefslogtreecommitdiff
path: root/TAO/tests/OctetSeq/OctetSeq.mpc
blob: 4c6e6ac93ce8c5d74e3048886d1ef7b9f370e312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project(*Server): taoexe, portableserver {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  Source_Files {
    testC.cpp
    client.cpp
  }
}

project(*OctetSeq): taoexe {
  exename = OctetSeq

  Source_Files {
    testC.cpp
    OctetSeq.cpp
  }
}