summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc')
-rw-r--r--TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc22
1 files changed, 2 insertions, 20 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
index ccd43fa8b3a..a50eda03b14 100644
--- a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
+++ b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
@@ -1,36 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only =1
-}
-
project(*Server): taoserver {
- after += *idl
Source_Files {
Test_i.cpp
server.cpp
}
- Source_Files {
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, anytypecode {
- after += *idl
after += *Server
Source_Files {
- client.cpp
- }
- Source_Files {
TestC.cpp
- }
- IDL_Files {
+ client.cpp
}
}
+