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