summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc')
-rw-r--r--TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc b/TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc
index 640bef08880..e0ef7310b31 100644
--- a/TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc
+++ b/TAO/tests/Multiple_Inheritance/Multiple_Inheritance.mpc
@@ -1,13 +1,13 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoexe, portableserver {
+project(*Server): taoserver {
Source_Files {
server.cpp
}
}
-project(*Client): taoexe {
+project(*Client): taoclient {
Source_Files {
Multiple_InheritanceC.cpp
client.cpp