summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions/Native_Exceptions.mpc')
-rw-r--r--TAO/tests/Native_Exceptions/Native_Exceptions.mpc26
1 files changed, 4 insertions, 22 deletions
diff --git a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
index 98f1c7fa090..1b292027ede 100644
--- a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
+++ b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
@@ -1,36 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults {
- Source_Files {
- test.idl
- }
- custom_only = 1
-}
-
-project(*Server): taoserver, anytypecode {
- after += *idl
+project(*Server): taoserver, anytypecode, exceptions {
Source_Files {
test_i.cpp
server.cpp
}
- Source_Files {
- testC.cpp
- testS.cpp
- }
- IDL_Files {
- }
}
-project(*Client): taoclient, anytypecode {
- after += *idl
+project(*Client): taoclient, anytypecode, exceptions {
after += *Server
Source_Files {
- client.cpp
- }
- Source_Files {
testC.cpp
- }
- IDL_Files {
+ client.cpp
}
}
+