summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc23
1 files changed, 2 insertions, 21 deletions
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc
index a93b7879472..ee81ede8553 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc
@@ -1,16 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- idlflags -= -St
- IDL_Files {
- test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, pi_server, interceptors {
- after += *idl
Source_Files {
test_i.cpp
Server_ORBInitializer.cpp
@@ -18,26 +9,16 @@ project(*Server): taoserver, pi_server, interceptors {
Request_Interceptor.cpp
server.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, pi, interceptors {
- after += *idl
after += *Server
Source_Files {
+ testC.cpp
Client_ORBInitializer.cpp
Client_Request_Interceptor.cpp
Request_Interceptor.cpp
client.cpp
}
- Source_Files {
- testC.cpp
- }
- IDL_Files {
- }
}
+