Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2287_Regression / Bug_2287_Regression.mpc
blobfc0268a0a762a7fcf1689b343e32cd82a08b075b
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Client): taoserver, ftclientorb {
10   after += *IDL
12   exename = client 
13   Source_Files {
14     client.cpp
15     Hello.cpp
16     TestS.cpp
17     TestC.cpp
18   }
19   IDL_Files {
20   }
23 project (*Server) : taoserver, ftclientorb, pi_server {
24   after += *IDL
26   exename = server
27   Source_Files {
28     server.cpp
29     Hello.cpp
30     ServerORBInitializer2.cpp
31     ServerRequest_Interceptor2.cpp
32     TestS.cpp
33     TestC.cpp
34   }
35   IDL_Files {
36   }