diff options
Diffstat (limited to 'TAO/tests/DLL_ORB/DLL_ORB.mpc')
-rw-r--r-- | TAO/tests/DLL_ORB/DLL_ORB.mpc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/DLL_ORB/DLL_ORB.mpc b/TAO/tests/DLL_ORB/DLL_ORB.mpc index 4785a6eb897..5fd2045b809 100644 --- a/TAO/tests/DLL_ORB/DLL_ORB.mpc +++ b/TAO/tests/DLL_ORB/DLL_ORB.mpc @@ -1,4 +1,4 @@ -project(Test Client Module): taolib_with_idl { +project(DLL ORB Test Client Module): taolib_with_idl { sharedname = Test_Client_Module libs += TAO idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h @@ -10,7 +10,7 @@ project(Test Client Module): taolib_with_idl { } } -project(Test Server Module) : taolib_with_idl { +project(DLL ORB Test Server Module) : taolib_with_idl { depends += PortableServer sharedname = Test_Server_Module libs += TAO_PortableServer TAO @@ -23,7 +23,7 @@ project(Test Server Module) : taolib_with_idl { } } -project(server) : taoexe { +project(DLL ORB Server) : taoexe { exename = server IDL_Files { } @@ -33,7 +33,7 @@ project(server) : taoexe { } } -project : client { +project(DLL ORB Client): client { IDL_Files { } |