diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-22 15:23:48 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-22 15:23:48 +0000 |
commit | 21c6ffad887cf9f56f949784a2e6fed57aa47e71 (patch) | |
tree | 6141fd5edffb65516f11918c89ba579fb7fd219b /netsvcs | |
parent | 626b653aa656cb5e98e54a506d1b9769b607c865 (diff) | |
download | ATCD-21c6ffad887cf9f56f949784a2e6fed57aa47e71.tar.gz |
ChangeLogTag:Fri Aug 22 15:28:34 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/clients/Naming/Client/Client.mpc | 6 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc | 6 | ||||
-rw-r--r-- | netsvcs/servers/servers.mpc | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/netsvcs/clients/Naming/Client/Client.mpc b/netsvcs/clients/Naming/Client/Client.mpc index a41f5801b06..e7811f177c1 100644 --- a/netsvcs/clients/Naming/Client/Client.mpc +++ b/netsvcs/clients/Naming/Client/Client.mpc @@ -1,4 +1,4 @@ -project(Client_Test): acelib { +project(Netsvsc_Client_Test_Lib): acelib { sharedname = Client_Test dynamicflags += ACE_CLIENT_TEST_BUILD_DLL Source_Files { @@ -6,10 +6,10 @@ project(Client_Test): acelib { } } -project(main) : aceexe { +project(Netsvcs_Client_Test) : aceexe { exename = main libs += Client_Test - after += Client_Test + after += Netsvcs_Client_Test_Lib Source_Files { main.cpp } diff --git a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc index 134af7d5c3c..06fc941ff5a 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc +++ b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc @@ -1,4 +1,4 @@ -project(Dump_Restore): acelib { +project(Netsvcs_Dump_Restore_Lib): acelib { sharedname = Dump_Restore dynamicflags += ACE_DUMP_RESTORE_BUILD_DLL Source_Files { @@ -6,10 +6,10 @@ project(Dump_Restore): acelib { } } -project(main) : aceexe { +project(Netsvcs_Dump_Restore) : aceexe { exename = main libs += Dump_Restore - after += Dump_Restore + after += Netsvcs_Dump_Restore_Lib Source_Files { main.cpp } diff --git a/netsvcs/servers/servers.mpc b/netsvcs/servers/servers.mpc index 544429c30a1..67a27370dd6 100644 --- a/netsvcs/servers/servers.mpc +++ b/netsvcs/servers/servers.mpc @@ -1,4 +1,4 @@ -project(main) : aceexe { +project(Netsvcs_server) : aceexe { exename = main libs += netsvcs after += netsvcs |