summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Recursive/RecursiveHello.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Any/Recursive/RecursiveHello.mpc')
-rw-r--r--TAO/tests/Any/Recursive/RecursiveHello.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/tests/Any/Recursive/RecursiveHello.mpc b/TAO/tests/Any/Recursive/RecursiveHello.mpc
new file mode 100644
index 00000000000..1a24787bc1e
--- /dev/null
+++ b/TAO/tests/Any/Recursive/RecursiveHello.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+//
+// $Id$
+
+project(*idl): taoidldefaults, valuetype {
+ IDL_Files {
+ NonRecursive.idl
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, valuetype {
+ after += *idl
+
+ Source_Files {
+ Hello.cpp
+ server.cpp
+ TestC.cpp
+ TestS.cpp
+ NonRecursiveC.cpp
+ NonRecursiveS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, valuetype, typecodefactory {
+ after += *idl
+
+ Source_Files {
+ TestC.cpp
+ NonRecursiveC.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}