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