Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_3384_Regression / test.mpc
blobc6e78f74dc0df0bb3a6a6f524f6cf75c9aa78b49
1 // -*- MPC -*-
2 project(*Bug_3384_Regression_idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Bug_3384_Regression_Server): taoserver, messaging, strategies {
11   after += *Bug_3384_Regression_idl
12   Source_Files {
13     server.cpp
14     Server_i.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Bug_3384_Regression_Client): taoserver, messaging, strategies {
25   exename = client
26   after += *Bug_3384_Regression_idl
27   Source_Files {
28     client.cpp
29     Client_i.cpp
30   }
31   Source_Files {
32     TestC.cpp
33     TestS.cpp
34   }
35   IDL_Files {
36   }