summaryrefslogtreecommitdiff
path: root/TAO/tests/Objref_Sequence_Test/Objref_Sequence_Test.mpc
blob: 086d31aaa063248c56313f6b5b2650552bef6a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver {
  Source_Files {
    server.cpp
  }
}

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