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