summaryrefslogtreecommitdiff
path: root/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc')
-rw-r--r--TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
index 91fc9d79183..0fe69a4a621 100644
--- a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
+++ b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
@@ -2,14 +2,13 @@
// $Id$
project(*Server): taoserver, exceptions {
- idlflags = -Ge 0
Source_Files {
server.cpp
}
}
project(*Client): taoclient, anytypecode, exceptions {
- idlflags = -Ge 0
+ after += *Server
Source_Files {
testC.cpp
client.cpp