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