summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1639_Regression/test.mpc
blob: 1dbcabd4b61411e09312e98dc0eda564b848c3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
project (Bug_1639_testclient) : taoserver, dynamicany {
   exename    = client
   Source_Files {
      struct_client.cpp
      structC.cpp
      structS.cpp
   }

   IDL_Files {
      struct.idl
   }

}