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