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.mpc18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
new file mode 100644
index 00000000000..a2b78ef450e
--- /dev/null
+++ b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc
@@ -0,0 +1,18 @@
+project: server {
+ idlflags = -Ge 0 -Sc
+
+ Source_Files {
+ test_i.cpp
+ server.cpp
+ }
+}
+
+project: client {
+ idlflags = -Ge 0 -Sc
+
+ Source_Files {
+ testC.cpp
+ client.cpp
+ }
+}
+