diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-23 14:55:06 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-23 14:55:06 +0000 |
commit | 9deb2b53c0c7895fafeea7e7cfc4228e332fca21 (patch) | |
tree | e46c0f217793b3543e5f5f23b55af42b70b89e20 /TAO/tests/Object_Loader | |
parent | bf3edf6d902cf401878ce494a9d642f90fd955bc (diff) | |
download | ATCD-9deb2b53c0c7895fafeea7e7cfc4228e332fca21.tar.gz |
ChangeLogTag: Wed Apr 23 09:53:27 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Object_Loader')
-rw-r--r-- | TAO/tests/Object_Loader/Object_Loader.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Object_Loader/Object_Loader.mpc b/TAO/tests/Object_Loader/Object_Loader.mpc index 1e71392cbb5..2c787ffd834 100644 --- a/TAO/tests/Object_Loader/Object_Loader.mpc +++ b/TAO/tests/Object_Loader/Object_Loader.mpc @@ -1,4 +1,4 @@ -project(Test DLL): taolib_with_idl { +project(Object Loader Test): taolib_with_idl { sharedname = Test_DLL depends += PortableServer libs += TAO_PortableServer TAO @@ -11,7 +11,7 @@ project(Test DLL): taolib_with_idl { } } -project(driver): server { +project(Object Loader Driver): server { exename = driver Source_Files { |