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.mpc29
1 files changed, 1 insertions, 28 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
index a07b5d528e7..68469dc0fff 100644
--- a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
+++ b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
@@ -1,15 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, messaging {
- after += *idl
specific(bmake, borland, nmake, em3, vc6, vc71, vc8) {
// Use a roughly 16MB stack to avoid stack overflow in this test
StackReserveSize = 16000000
@@ -19,42 +11,23 @@ project(*Server): taoserver, messaging {
Server_Peer.cpp
server.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
project(*Scavenger): taoserver, messaging {
exename = scavenger
- after += *idl
after += *Server
Source_Files {
scavenger.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoserver, messaging {
exename = client
- after += *idl
after += *Scavenger
Source_Files {
Clock_Ticks.cpp
Client_Peer.cpp
client.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
+