summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/OBV/ValueBox/valuebox.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/OBV/ValueBox/valuebox.mpc')
-rw-r--r--trunk/TAO/tests/OBV/ValueBox/valuebox.mpc48
1 files changed, 48 insertions, 0 deletions
diff --git a/trunk/TAO/tests/OBV/ValueBox/valuebox.mpc b/trunk/TAO/tests/OBV/ValueBox/valuebox.mpc
new file mode 100644
index 00000000000..f776106f692
--- /dev/null
+++ b/trunk/TAO/tests/OBV/ValueBox/valuebox.mpc
@@ -0,0 +1,48 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, valuetype {
+ IDL_Files {
+ vb_basic.idl
+ vb_struct.idl
+ vb_union.idl
+ valuebox.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, valuetype {
+ after += *idl
+ Source_Files {
+ Test_impl.cpp
+ server.cpp
+ }
+ Source_Files {
+ vb_basicC.cpp
+ vb_basicS.cpp
+ vb_structC.cpp
+ vb_structS.cpp
+ vb_unionC.cpp
+ vb_unionS.cpp
+ valueboxC.cpp
+ valueboxS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, valuetype {
+ after += *idl
+ after += *Server
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ vb_basicC.cpp
+ vb_structC.cpp
+ vb_unionC.cpp
+ valueboxC.cpp
+ }
+ IDL_Files {
+ }
+}