summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1639_Regression/test.mpc
blob: f0d95132c29f92e0a911bada7b081ec6e821b3c2 (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, exceptions {
   exename    = client
   Source_Files {
      struct_client.cpp
      structC.cpp
      structS.cpp
   }

   IDL_Files {
      struct.idl
   }

}