summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc')
-rw-r--r--ACE/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc b/ACE/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc
new file mode 100644
index 00000000000..c8c06c6c537
--- /dev/null
+++ b/ACE/TAO/tests/Bug_3552_Regression/Bug_3552_Regression.mpc
@@ -0,0 +1,22 @@
+// -*- MPC -*-
+// $Id$
+
+project(*IDL): taoidldefaults, anytypecode {
+ idlflags += -SS
+ IDL_Files {
+ struct.idl
+ }
+ custom_only = 1
+}
+
+project(*CDRTest): taoclient, anytypecode, codecfactory {
+ after += *IDL
+ exename = check
+
+ Source_Files {
+ structC.cpp
+ check.cpp
+ }
+ IDL_Files {
+ }
+}