summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc')
-rw-r--r--TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc22
1 files changed, 1 insertions, 21 deletions
diff --git a/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc b/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc
index 73c8c902fc0..50ef58ea252 100644
--- a/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc
+++ b/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc
@@ -1,38 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- test.idl
- }
- custom_only = 1
-}
-
project(*Server): strategies, taoexe, portableserver {
- after += *idl
Source_Files {
test_i.cpp
server.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
project(*Client): strategies, taoexe, portableserver {
- after += *idl
after += *Server
Source_Files {
test_i.cpp
client.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
+