summaryrefslogtreecommitdiff
path: root/TAO/tests/Single_Read/Single_Read.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Single_Read/Single_Read.mpc')
-rw-r--r--TAO/tests/Single_Read/Single_Read.mpc22
1 files changed, 2 insertions, 20 deletions
diff --git a/TAO/tests/Single_Read/Single_Read.mpc b/TAO/tests/Single_Read/Single_Read.mpc
index 574cb13c894..bfb96e8b536 100644
--- a/TAO/tests/Single_Read/Single_Read.mpc
+++ b/TAO/tests/Single_Read/Single_Read.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
}
}
+