Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / TransportCurrent / lib / Current_Test_Lib.mpc
blob4ea23ea285b63f8878468a7331fb8f002c60002a
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
4   dynamicflags += CURRENT_TEST_BUILD_DLL
5   idlflags += -Wb,export_include=Current_Test_Export.h \
6               -Wb,export_macro=Current_Test_Export
8   IDL_Files {
9     Current_Test.idl
10   }
12   custom_only = 1
15 project(*Client): tc {
17   after += *idl
18   includes += .
19   dynamicflags += CURRENT_TEST_BUILD_DLL
21   Source_Files {
22     Client_Request_Interceptor.cpp
23     Client_ORBInitializer.cpp
24   }
26   Source_Files {
27     Current_TestC.cpp
28   }
30   IDL_Files {
31   }
34 project(*Server): tc, pi_server {
36   after += *idl
37   includes += .
38   dynamicflags += CURRENT_TEST_BUILD_DLL
40   Source_Files {
41     Server_Request_Interceptor.cpp
42     Server_ORBInitializer.cpp
43   }
45   Source_Files {
46     Current_TestC.cpp
47     Current_TestS.cpp
48   }
50   IDL_Files {
51   }