summaryrefslogtreecommitdiff
path: root/tao/BiDir_GIOP/BiDir_GIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/BiDir_GIOP/BiDir_GIOP.mpc')
-rw-r--r--tao/BiDir_GIOP/BiDir_GIOP.mpc8
1 files changed, 5 insertions, 3 deletions
diff --git a/tao/BiDir_GIOP/BiDir_GIOP.mpc b/tao/BiDir_GIOP/BiDir_GIOP.mpc
index f33fc0b431e..f1c6a688be0 100644
--- a/tao/BiDir_GIOP/BiDir_GIOP.mpc
+++ b/tao/BiDir_GIOP/BiDir_GIOP.mpc
@@ -3,11 +3,12 @@ project(*idl) : tao_versioning_idl_defaults, install {
custom_only = 1
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,stub_export_macro=TAO_BIDIRGIOP_Export \
+ -Wb,stub_export_include=tao/BiDir_GIOP/bidirgiop_export.h \
+ -Wb,stub_export_file=bidirgiop_export.h \
-Wb,include_guard=TAO_BIDIRGIOP_SAFE_INCLUDE \
-Wb,safe_include=tao/BiDir_GIOP/BiDirGIOP.h \
- -iC BiDir_GIOP
+ -iC BiDir_GIOP -Gxhst
BiDirPolicy.pidl
}
@@ -28,6 +29,7 @@ project(BiDir_GIOP) : taolib, tao_output, install, pi, taoidldefaults {
Header_Files {
*.h
+ bidirgiop_export.h
BiDirPolicyC.h
BiDirPolicyS.h
}