Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2248_Regression / Bug_2248_Regression.mpc
blob746946abbaf7a5a6f73e8623ed57aa8520ef24c5
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5     tests.idl
6   }
8   custom_only = 1
11 project(*Server): taoserver, orbsvcsexe, iormanip, pi_server, ftorb, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
12   after += *idl
14   Source_Files {
15     test_i.cpp
16     testC.cpp
17     testS.cpp
18     testsC.cpp
19     testsS.cpp
20     Server_ORBInitializer.cpp
21     Server_Request_Interceptor.cpp
22     server.cpp
23   }
25   IDL_Files {
26   }
29 project(*Client): taoclient, orbsvcsexe, iormanip, pi_server, ftorb, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
30   after += *idl
32   Source_Files {
33     testC.cpp
34     client.cpp
35   }
37   IDL_Files {
38   }