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.mpc18
1 files changed, 18 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..0bb4ff133ef
--- /dev/null
+++ b/TAO/tests/OBV/Any/OBV_Any.mpc
@@ -0,0 +1,18 @@
+project: server {
+ idlflags += -Gv
+
+ Source_Files {
+ AnyS_impl.cpp
+ server.cpp
+ }
+}
+
+project: client {
+ idlflags += -Gv
+
+ Source_Files {
+ AnyC.cpp
+ client.cpp
+ }
+}
+