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