summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.mpc
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-22 15:50:40 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-22 15:50:40 +0000
commit957104fe755cb0d4180109ed2c65b1b5bc140be1 (patch)
treead6255c775d0757a86fb4a01f9da7eb1a731d7c2 /TAO/tests/ICMG_Any_Bug/Hello.mpc
parent915fa461ba06d8b0de04948d66c35a2a36ba2208 (diff)
downloadATCD-957104fe755cb0d4180109ed2c65b1b5bc140be1.tar.gz
ChangeLogTag:Fri Aug 22 15:58:41 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.mpc')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.mpc b/TAO/tests/ICMG_Any_Bug/Hello.mpc
index 48de179a863..bb9f38df22c 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.mpc
+++ b/TAO/tests/ICMG_Any_Bug/Hello.mpc
@@ -1,4 +1,4 @@
-project(*Server): taoserver {
+project(ICMG_Any_Bug_Hello_Server): taoserver {
Source_Files {
Hello.cpp
HelloWorld.cpp
@@ -6,7 +6,7 @@ project(*Server): taoserver {
}
}
-project(*Client): ifr_client, dynamicinterface {
+project(ICMG_Any_Bug_Hello_Client): ifr_client, dynamicinterface {
Source_Files {
TestC.cpp
client.cpp