Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3598b_Regression / Bug_3598b_Regression.mpc
blob8129eeadb08b168698577dc2f8b95537da7cd1e5
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver {
11   after += *idl
12   Source_Files {
13     Hello.cpp
14     server.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, pi, ftclientorb {
25   after += *idl
26   Source_Files {
27     ClientORBInitializer.cpp
28     ClientRequest_Interceptor.cpp
29     client.cpp
30   }
31   Source_Files {
32     TestC.cpp
33   }
34   IDL_Files {
35   }