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

project (bug_1636_testclient) : taoexe, dynamicany, dynamicinterface, portableserver {
   avoids += minimum_corba
   exename = client

   IDL_Files {
      test.idl
   }

   Source_Files {
      testS.cpp
      testC.cpp
      client.cpp
   }
}