summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply/Big_Reply.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Reply/Big_Reply.mpc')
-rw-r--r--TAO/tests/Big_Reply/Big_Reply.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/tests/Big_Reply/Big_Reply.mpc b/TAO/tests/Big_Reply/Big_Reply.mpc
new file mode 100644
index 00000000000..ca9b2157786
--- /dev/null
+++ b/TAO/tests/Big_Reply/Big_Reply.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver {
+ after += *idl
+ after += *Client
+ Source_Files {
+ Big_Reply_i.cpp
+ server.cpp
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient {
+ after += *idl
+ Source_Files {
+ TestC.cpp
+ Client_Task.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}
+