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.mpc37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc b/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc
new file mode 100644
index 00000000000..8e8d38cc1b6
--- /dev/null
+++ b/TAO/tests/Nested_Event_Loop/Nested_Event_Loop.mpc
@@ -0,0 +1,37 @@
+// -*- 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
+ Source_Files {
+ test_i.cpp
+ client.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}