summaryrefslogtreecommitdiff
path: root/tao/ZIOP/ZIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/ZIOP/ZIOP.mpc')
-rw-r--r--tao/ZIOP/ZIOP.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/tao/ZIOP/ZIOP.mpc b/tao/ZIOP/ZIOP.mpc
new file mode 100644
index 00000000000..8670b1f52a6
--- /dev/null
+++ b/tao/ZIOP/ZIOP.mpc
@@ -0,0 +1,39 @@
+//$Id$
+project(*core_idl) : tao_versioning_idl_defaults, install {
+ custom_only = 1
+ IDL_Files {
+ idlflags -= -Sa -St
+ idlflags += -Gp -Gd -Sci -SS -Sorb \
+ -Wb,export_macro=TAO_ZIOP_Export \
+ -Wb,export_include=tao/ZIOP/ziop_export.h \
+ -Wb,include_guard=TAO_ZIOP_SAFE_INCLUDE \
+ -Wb,safe_include=tao/ZIOP/ZIOP.h \
+ -iC tao/ZIOP
+ ZIOP.pidl
+ }
+
+ specific {
+ install_dir = tao/ZIOP
+ }
+}
+
+project(ZIOP) : tao_output, install, taolib, compression, pi, taoidldefaults {
+ after += *core_idl
+ sharedname = TAO_ZIOP
+ dynamicflags += TAO_ZIOP_BUILD_DLL
+
+ Source_Files {
+ *.cpp
+ ZIOPC.cpp
+ }
+
+ Header_Files {
+ *.h
+ ZIOPC.h
+ ZIOPS.h
+ }
+
+ specific {
+ install_dir = tao/ZIOP
+ }
+}