summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1636_Regression/test.mpc
blob: 2ca5ec6515086b609c3e70df5310711712ed616c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
   }
}