summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/Forwarding.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Forwarding/Forwarding.mpc')
-rw-r--r--TAO/tests/Forwarding/Forwarding.mpc22
1 files changed, 2 insertions, 20 deletions
diff --git a/TAO/tests/Forwarding/Forwarding.mpc b/TAO/tests/Forwarding/Forwarding.mpc
index 869c1d241c4..c0830f61571 100644
--- a/TAO/tests/Forwarding/Forwarding.mpc
+++ b/TAO/tests/Forwarding/Forwarding.mpc
@@ -1,36 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, iortable {
- 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
}
}
+