Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3215_Regression / Bug_3215_Regression.mpc
blob8bfff7b7d928d90befa65f84078ec97c94025b92
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
14   Source_Files {
15     client.cpp
16     Hello.cpp
17     TestS.cpp
18     TestC.cpp
19   }
20   IDL_Files {
21   }
24 project (*Server) : taoserver, ftclientorb, pi_server {
25   after += *IDL
27   exename = server
29   Source_Files {
30     server.cpp
31     Hello.cpp
32     ServerORBInitializer2.cpp
33     ServerRequest_Interceptor2.cpp
34     TestS.cpp
35     TestC.cpp
36   }
37   IDL_Files {
38   }