summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-25 11:23:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-25 11:23:32 +0000
commit50aeef87ecc622a5001b4fb58d5971f82266d135 (patch)
tree0400547fa773f4fabddee583e769fa5cf0a5bec3
parent4959c01747f8de9acc0a657db7ac537201135772 (diff)
downloadATCD-50aeef87ecc622a5001b4fb58d5971f82266d135.tar.gz
ChangeLogTag: Sun Jan 25 11:14:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/examples/Simple/time-date/Simple_time_date.mpc4
-rw-r--r--TAO/tests/Smart_Proxies/Smart_Proxies.mpc4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Simple/time-date/Simple_time_date.mpc b/TAO/examples/Simple/time-date/Simple_time_date.mpc
index 0b056b18d16..daad131f55e 100644
--- a/TAO/examples/Simple/time-date/Simple_time_date.mpc
+++ b/TAO/examples/Simple/time-date/Simple_time_date.mpc
@@ -16,7 +16,7 @@ project(*lib): portableserver {
}
}
-project(*server): portableserver {
+project(*server): taoserver {
IDL_Files {
}
Source_Files {
@@ -26,7 +26,7 @@ project(*server): portableserver {
}
}
-project(*client): namingexe {
+project(*client): taoclient, namingexe {
after += *lib
libs += Time_Date
Source_Files {
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxies.mpc b/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
index 04343cdf54c..d9d43ad9a29 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
+++ b/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
@@ -1,13 +1,13 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoexe, portableserver, smart_proxies {
+project(*Server): taoserver, smart_proxies {
Source_Files {
server.cpp
}
}
-project(*Client): taoexe, portableserver, smart_proxies {
+project(*Client): taoclient, portableserver, smart_proxies {
Source_Files {
testC.cpp
Smart_Proxy_Impl.cpp