summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1636_Regression/test.mpc
blob: a2d9d14efbf5e334daf185eb71a09c4967754403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project (bug_1636_testclient) : taoexe, dynamicany, dynamicinterface, portableserver {
   exename = client

   IDL_Files {
      test.idl
   }

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