summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_2356_Regression/Bug_2356_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_2356_Regression/Bug_2356_Regression.mpc')
-rw-r--r--ACE/TAO/tests/Bug_2356_Regression/Bug_2356_Regression.mpc32
1 files changed, 32 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_2356_Regression/Bug_2356_Regression.mpc b/ACE/TAO/tests/Bug_2356_Regression/Bug_2356_Regression.mpc
new file mode 100644
index 00000000000..d56407ee1e2
--- /dev/null
+++ b/ACE/TAO/tests/Bug_2356_Regression/Bug_2356_Regression.mpc
@@ -0,0 +1,32 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, ami {
+ IDL_Files {
+ ami_test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, codeset, messaging, ami {
+ after += *idl
+ Source_Files {
+ ami_test_i.cpp
+ ami_testS.cpp
+ ami_testC.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Simple Client): taoclient, codeset, messaging, portableserver, ami {
+ after += *idl
+ Source_Files {
+ client.cpp
+ ami_testS.cpp
+ ami_testC.cpp
+ }
+ IDL_Files {
+ }
+}