summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc')
-rw-r--r--TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc b/TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc
new file mode 100644
index 00000000000..fb8d07ee600
--- /dev/null
+++ b/TAO/tests/Bug_3632_Regression/Bug_3632_Regression.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*test): taoclient {
+ Source_Files {
+ test.cpp
+ testC.cpp
+ }
+}