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

project (Bug_1639_testclient) : taoserver, dynamicany {
   exename    = client
   Source_Files {
      struct_client.cpp
      structC.cpp
      structS.cpp
   }

   IDL_Files {
      struct.idl
   }

}