summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-22 10:35:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-22 10:35:17 +0000
commitc6ac2f0c5b0299813b3f9b787df1c2d9d5e067ef (patch)
treec45cd8724974d44f7cc6794ede3ff51d6a5a80c0 /TAO/tests/Native_Exceptions
parent7e397f262c66bf50fdb65e75b9c2df4ea5db527d (diff)
downloadATCD-c6ac2f0c5b0299813b3f9b787df1c2d9d5e067ef.tar.gz
ChangeLogTag: Tue Feb 22 10:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rw-r--r--TAO/tests/Native_Exceptions/Native_Exceptions.mpc8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
index 361f727f0e8..8a82c1975ee 100644
--- a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
+++ b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
@@ -1,20 +1,16 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoserver {
+project(*Server): taoserver, exceptions {
idlflags = -Ge 0 -Sc
- requires += exceptions
-
Source_Files {
test_i.cpp
server.cpp
}
}
-project(*Client): taoclient {
+project(*Client): taoclient, exceptions {
idlflags = -Ge 0 -Sc
- requires += exceptions
-
Source_Files {
testC.cpp
client.cpp