summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc')
-rw-r--r--TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc b/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
new file mode 100644
index 00000000000..01ed0d16004
--- /dev/null
+++ b/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server): taoexe, amh, portableserver, strategies {
+ Source_Files {
+ server.cpp
+ }
+}
+
+project(*Client): taoexe, amh, portableserver, strategies {
+ Source_Files {
+ client.cpp
+ }
+}