summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc b/TAO/tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc
new file mode 100644
index 00000000000..285a3b1949f
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/IORInterceptor/Portable_Interceptors_IORInterceptor.mpc
@@ -0,0 +1,22 @@
+project: server {
+ idlflags += -I$(TAO_ROOT)
+
+ Source_Files {
+ test_i.cpp
+ FOO_IORInterceptor_ORBInitializer.cpp
+ FOO_IORInterceptor.cpp
+ server.cpp
+ }
+}
+
+project: client {
+ idlflags += -I$(TAO_ROOT)
+
+ Source_Files {
+ testC.cpp
+ FOO_Client_ORBInitializer.cpp
+ FOO_ClientRequestInterceptor.cpp
+ client.cpp
+ }
+}
+