summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2503_Regression/Bug_2503_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2503_Regression/Bug_2503_Regression.mpc')
-rw-r--r--TAO/tests/Bug_2503_Regression/Bug_2503_Regression.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2503_Regression/Bug_2503_Regression.mpc b/TAO/tests/Bug_2503_Regression/Bug_2503_Regression.mpc
new file mode 100644
index 00000000000..538d116a20e
--- /dev/null
+++ b/TAO/tests/Bug_2503_Regression/Bug_2503_Regression.mpc
@@ -0,0 +1,41 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, ami {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): messaging, taoserver, ami {
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ common.cpp
+ server.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): messaging, taoexe, portableserver, ami {
+ after += *idl
+ after += *Server
+ Source_Files {
+ test_i.cpp
+ common.cpp
+ client.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+