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