summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc')
-rw-r--r--trunk/TAO/tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc b/trunk/TAO/tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc
new file mode 100644
index 00000000000..f1de1f0c531
--- /dev/null
+++ b/trunk/TAO/tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc
@@ -0,0 +1,41 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, pi_server, interceptors {
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ server.cpp
+ server_interceptor.cpp
+ Server_ORBInitializer.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, pi, interceptors {
+ after += *idl
+ after += *Server
+ Source_Files {
+ Client_ORBInitializer.cpp
+ client_interceptor.cpp
+ client.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}
+