summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/OBV_Factory.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Factory/OBV_Factory.mpc')
-rw-r--r--TAO/tests/OBV/Factory/OBV_Factory.mpc20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Factory/OBV_Factory.mpc b/TAO/tests/OBV/Factory/OBV_Factory.mpc
new file mode 100644
index 00000000000..ee4cb36c8a0
--- /dev/null
+++ b/TAO/tests/OBV/Factory/OBV_Factory.mpc
@@ -0,0 +1,20 @@
+project: server {
+ idlflags += -Gv
+
+ Source_Files {
+ FactoryC_impl.cpp
+ FactoryS_impl.cpp
+ server.cpp
+ }
+}
+
+project: client {
+ idlflags += -Gv
+
+ Source_Files {
+ FactoryC.cpp
+ FactoryC_impl.cpp
+ client.cpp
+ }
+}
+