summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc22
1 files changed, 2 insertions, 20 deletions
diff --git a/TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc b/TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc
index c638d946a1a..39a60cd5c75 100644
--- a/TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc
+++ b/TAO/tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc
@@ -1,15 +1,7 @@
// -*- 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
ServerORBInitializer.cpp
@@ -17,25 +9,15 @@ project(*Server): taoserver, pi_server, interceptors {
ClientRequestInterceptor2.cpp
server.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, pi, interceptors {
- after += *idl
after += *Server
Source_Files {
+ testC.cpp
ClientORBInitializer.cpp
ClientRequestInterceptor.cpp
client.cpp
}
- Source_Files {
- testC.cpp
- }
- IDL_Files {
- }
}
+