Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3444_Regression / Bug_3444_Regression.mpc
blob9316001f39d77c28e03d75153fbe29c9602f604c
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): orbsvcsexe, portablegroup {
10   exename = server
11   after += *IDL
13   Source_Files {
14     Test_impl.cpp
15     server.cpp
16     TestC.cpp
17     TestS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoexe {
24   exename = client
25   after += *IDL
27   Source_Files {
28     client.cpp
29     TestC.cpp
30   }
31   IDL_Files {
32   }