summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/Bug_1495.mpc')
-rw-r--r--TAO/tests/Bug_1495_Regression/Bug_1495.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Bug_1495_Regression/Bug_1495.mpc b/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
index 15cb99367e1..7e7cfd67199 100644
--- a/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
+++ b/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
@@ -1,30 +1,17 @@
// -*- 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
- testC.cpp
- testS.cpp
Server_ORBInitializer.cpp
server_interceptor.cpp
Threaded_Server.cpp
}
- IDL_Files {
- }
}
project(*Client): taoserver, pi, interceptors {
exename = client
- after += *idl
after += *Server
Source_Files {
test_i.cpp
@@ -36,7 +23,5 @@ project(*Client): taoserver, pi, interceptors {
Server_Task.cpp
Client_Task.cpp
}
- IDL_Files {
- }
}