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