summaryrefslogtreecommitdiff
path: root/TAO/tests/Typedef_String_Array/typedef_string_array.mpc
blob: df3587cd81b0c9d0ee6063b8d61e17657ddf209e (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
    testImpl.cpp
  }
}

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