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