summaryrefslogtreecommitdiff
path: root/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Crash_On_Write/Crash_On_Write.mpc')
-rw-r--r--TAO/tests/Crash_On_Write/Crash_On_Write.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Crash_On_Write/Crash_On_Write.mpc b/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
index 460e756b383..0fc5399e880 100644
--- a/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
+++ b/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoexe, portableserver {
+project(*Server): taoserver {
Source_Files {
Oneway_Receiver.cpp
Crash_Task.cpp
@@ -9,7 +9,7 @@ project(*Server): taoexe, portableserver {
}
}
-project(*Client): taoexe {
+project(*Client): taoclient {
Source_Files {
TestC.cpp
client.cpp