summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3276_Regression/Bug_3276_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3276_Regression/Bug_3276_Regression.mpc')
-rw-r--r--TAO/tests/Bug_3276_Regression/Bug_3276_Regression.mpc31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3276_Regression/Bug_3276_Regression.mpc b/TAO/tests/Bug_3276_Regression/Bug_3276_Regression.mpc
new file mode 100644
index 00000000000..fa17ef0e663
--- /dev/null
+++ b/TAO/tests/Bug_3276_Regression/Bug_3276_Regression.mpc
@@ -0,0 +1,31 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Client): taoclient, anytypecode, avoids_minimum_corba, pi {
+ exename = client
+
+ IDL_Files {
+ test.idl
+ }
+
+ Source_Files {
+ testC.cpp
+ client.cpp
+ }
+}
+
+project(*Manager): taoserver, avoids_minimum_corba {
+ exename = manager
+ after += *Client
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ test_i.cpp
+ Servant_Locator.cpp
+ Manager.cpp
+ }
+}