summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_GIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/BiDir_GIOP.mpc')
-rw-r--r--TAO/tao/BiDir_GIOP.mpc43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tao/BiDir_GIOP.mpc b/TAO/tao/BiDir_GIOP.mpc
new file mode 100644
index 00000000000..6da01a49cfa
--- /dev/null
+++ b/TAO/tao/BiDir_GIOP.mpc
@@ -0,0 +1,43 @@
+//$Id$
+project : taolib, install, pi, tao_versioning_idl_defaults {
+ sharedname = TAO_BiDirGIOP
+ dynamicflags = TAO_BIDIRGIOP_BUILD_DLL
+
+ Source_Files {
+ BiDir_GIOP
+ }
+
+ Header_Files {
+ BiDir_GIOP
+ }
+
+ Inline_Files {
+ BiDir_GIOP
+ }
+
+ Template_Files {
+ BiDir_GIOP
+ }
+
+ Resource_Files {
+ BiDir_GIOP
+ }
+
+ PIDL_Files {
+ BiDir_GIOP
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
+ -Wb,export_macro=TAO_BiDirGIOP_Export \
+ -Wb,export_include=tao/BiDir_GIOP/bidirgiop_export.h \
+ -Wb,include_guard=TAO_BIDIRGIOP_SAFE_INCLUDE \
+ -Wb,safe_include=tao/BiDir_GIOP/BiDirGIOP.h \
+ -o BiDir_GIOP
+ BiDir_GIOP/BiDirPolicy.pidl
+ }
+
+ Pkgconfig_Files {
+ BiDir_GIOP/TAO_BiDirGIOP.pc.in
+ }
+}