Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / OBV / Supports / Supports_Test.mpc
blobfeba948cc52e2bd3554fddabc0617496e5191600
1 project(*Server): taoserver, valuetype, strategies {
2   // This is just a dummy_label to prevent the test from being compiled
3   // in MPC builds
4   requires += dummy_label
5   Source_Files {
6     server.cpp
7     Supports_Test_impl.cpp
8     Supports_TestC.cpp
9     Supports_TestS.cpp
10   }
11   Header_Files {
12     Supports_Test_impl.h
13     Supports_TestC.h
14     Supports_TestS.h
15   }
18 project(*Client): taoclient, taoserver, valuetype {
19   // This is just a dummy_label to prevent the test from being compiled
20   // in MPC builds
21   requires += dummy_label
22   exename = client
23   after += *Server
24   Source_Files {
25     client.cpp
26     Supports_Test_impl.cpp
27     Supports_TestC.cpp
28     Supports_TestS.cpp
29   }