summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply/Big_Reply.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Reply/Big_Reply.mpc')
-rw-r--r--TAO/tests/Big_Reply/Big_Reply.mpc16
1 files changed, 1 insertions, 15 deletions
diff --git a/TAO/tests/Big_Reply/Big_Reply.mpc b/TAO/tests/Big_Reply/Big_Reply.mpc
index ca9b2157786..648403b35a4 100644
--- a/TAO/tests/Big_Reply/Big_Reply.mpc
+++ b/TAO/tests/Big_Reply/Big_Reply.mpc
@@ -1,34 +1,20 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver {
- after += *idl
+ idlflags += -Sa -St
after += *Client
Source_Files {
Big_Reply_i.cpp
server.cpp
- TestC.cpp
- TestS.cpp
- }
- IDL_Files {
}
}
project(*Client): taoclient {
- after += *idl
Source_Files {
TestC.cpp
Client_Task.cpp
client.cpp
}
- IDL_Files {
- }
}