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

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

project(*client): taoclient, anytypecode {
  Source_Files {
    testC.cpp
    client.cpp
  }
}