summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
index 6e7f8c4c02b..2e6cb46d18e 100644
--- a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
+++ b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Server): messaging, taoexe, portableserver {
+project(*Server): taoserver, messaging {
Source_Files {
Clock_Ticks.cpp
Server_Peer.cpp
@@ -9,13 +9,15 @@ project(*Server): messaging, taoexe, portableserver {
}
}
-project(*Scavenger): messaging, taoexe, portableserver {
+project(*Scavenger): taoserver, messaging {
+ exename = scavanger
Source_Files {
scavenger.cpp
}
}
-project(*Client): messaging, taoexe, portableserver {
+project(*Client): taoserver, messaging {
+ exename = client
Source_Files {
Clock_Ticks.cpp
Client_Peer.cpp