summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Monitor/Marshal_Buffer/marshal_buffer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Monitor/Marshal_Buffer/marshal_buffer.mpc')
-rw-r--r--ACE/TAO/tests/Monitor/Marshal_Buffer/marshal_buffer.mpc56
1 files changed, 56 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Monitor/Marshal_Buffer/marshal_buffer.mpc b/ACE/TAO/tests/Monitor/Marshal_Buffer/marshal_buffer.mpc
new file mode 100644
index 00000000000..c96fdb5f6f3
--- /dev/null
+++ b/ACE/TAO/tests/Monitor/Marshal_Buffer/marshal_buffer.mpc
@@ -0,0 +1,56 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+
+project(*client): taoclient, tao_monitor, ace_mc {
+ after += *idl
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ client.cpp
+ testC.cpp
+ }
+
+ Header_Files {
+ testC.h
+ }
+
+ Inline_Files {
+ testC.inl
+ }
+}
+
+project(*server): taoserver {
+ after += *idl
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ server.cpp
+ testC.cpp
+ testS.cpp
+ test_i.cpp
+ }
+
+ Header_Files {
+ testC.h
+ testS.h
+ test_i.h
+ }
+
+ Inline_Files {
+ testC.inl
+ testS.inl
+ }
+}
+