summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/OBV/Simple/OBV_Simple.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/OBV/Simple/OBV_Simple.mpc')
-rw-r--r--ACE/TAO/tests/OBV/Simple/OBV_Simple.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/ACE/TAO/tests/OBV/Simple/OBV_Simple.mpc b/ACE/TAO/tests/OBV/Simple/OBV_Simple.mpc
new file mode 100644
index 00000000000..0e9f2963d62
--- /dev/null
+++ b/ACE/TAO/tests/OBV/Simple/OBV_Simple.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+// $Id$
+
+project(*IDL): taoidldefaults {
+ idlflags -= -St
+ IDL_Files {
+ OBV.idl
+ }
+ custom_only = 1
+}
+
+project(*server): taoserver, utils, valuetype {
+ exename = server
+ after += *IDL
+ Source_Files {
+ OBVS.cpp
+ OBVC.cpp
+ Server_i.cpp
+ OBV_impl.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*client): taoserver, utils, valuetype {
+ exename = client
+ after += *IDL
+ Source_Files {
+ OBVS.cpp
+ OBVC.cpp
+ Client_i.cpp
+ OBV_impl.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}