summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Big_AMI/Big_AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Big_AMI/Big_AMI.mpc')
-rw-r--r--ACE/TAO/tests/Big_AMI/Big_AMI.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Big_AMI/Big_AMI.mpc b/ACE/TAO/tests/Big_AMI/Big_AMI.mpc
new file mode 100644
index 00000000000..54e3268e74e
--- /dev/null
+++ b/ACE/TAO/tests/Big_AMI/Big_AMI.mpc
@@ -0,0 +1,33 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, ami {
+ IDL_Files {
+ ami_test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, messaging, ami {
+ after += *idl
+ Source_Files {
+ ami_test_i.cpp
+ ami_testC.cpp
+ ami_testS.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoserver, messaging, ami {
+ exename = client
+ after += *idl
+ Source_Files {
+ ami_testC.cpp
+ ami_testS.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}