diff options
Diffstat (limited to 'TAO/tests/DLL_ORB/DLL_ORB.mpc')
-rw-r--r-- | TAO/tests/DLL_ORB/DLL_ORB.mpc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/DLL_ORB/DLL_ORB.mpc b/TAO/tests/DLL_ORB/DLL_ORB.mpc index f7eb4ab9597..34ed08c9359 100644 --- a/TAO/tests/DLL_ORB/DLL_ORB.mpc +++ b/TAO/tests/DLL_ORB/DLL_ORB.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project(*Test Client Module): taolib_with_idl, anytypecode { +project(*Test_Client_Module): taolib_with_idl, anytypecode { sharedname = Test_Client_Module dynamicflags = TEST_CLIENT_MODULE_BUILD_DLL @@ -11,9 +11,10 @@ project(*Test Client Module): taolib_with_idl, anytypecode { } } -project(*Test Server Module) : taolib_with_idl, portableserver { +project(*Test_Server_Module) : taolib_with_idl, portableserver { sharedname = Test_Server_Module dynamicflags = TEST_SERVER_MODULE_BUILD_DLL + after += *Test_CLient_Module Source_Files { Test_Server_Module.cpp |