Continued changes from peer review
[ACE_TAO.git] / TAO / tests / Bug_3748_Regression / Bug_3748_Regression.mpc
bloba4d0f6259d9907eecab3c928c73177217de3f271
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, pi {
11   after += *idl
12   Source_Files {
13     Hello.cpp
14     Server_ORBInitializer.cpp
15     Test_Protocols_Hooks.cpp
16     server.cpp
17   }
18   Source_Files {
19     TestC.cpp
20     TestS.cpp
21   }
22   IDL_Files {
23   }
26 project(*Client): taoclient {
27   after += *idl
28   Source_Files {
29     client.cpp
30   }
31   Source_Files {
32     TestC.cpp
33   }
34   IDL_Files {
35   }