summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc')
-rw-r--r--ACE/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/ACE/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc b/ACE/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
new file mode 100644
index 00000000000..d6b4c90da6e
--- /dev/null
+++ b/ACE/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
@@ -0,0 +1,39 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, valuetype {
+ IDL_Files {
+ Extra.idl
+ Truncatable.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, valuetype {
+ after += *idl
+ Source_Files {
+ TruncatableS_impl.cpp
+ server.cpp
+ }
+ Source_Files {
+ ExtraC.cpp
+ ExtraS.cpp
+ TruncatableC.cpp
+ TruncatableS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, valuetype {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ ExtraC.cpp
+ TruncatableC.cpp
+ }
+ IDL_Files {
+ }
+}