summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Any/OBV_Any.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Any/OBV_Any.mpc')
-rw-r--r--TAO/tests/OBV/Any/OBV_Any.mpc36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Any/OBV_Any.mpc b/TAO/tests/OBV/Any/OBV_Any.mpc
new file mode 100644
index 00000000000..f930c31a9d5
--- /dev/null
+++ b/TAO/tests/OBV/Any/OBV_Any.mpc
@@ -0,0 +1,36 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, valuetype {
+ IDL_Files {
+ Any.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoexe, portableserver, valuetype {
+ after += *idl
+ Source_Files {
+ AnyS_impl.cpp
+ server.cpp
+ }
+ Source_Files {
+ AnyC.cpp
+ AnyS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoexe, valuetype {
+ after += *idl
+ after += *Server
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ AnyC.cpp
+ }
+ IDL_Files {
+ }
+}