summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/IORTable.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORTable/IORTable.mpc')
-rw-r--r--TAO/tao/IORTable/IORTable.mpc4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IORTable/IORTable.mpc b/TAO/tao/IORTable/IORTable.mpc
index e7229ec5e68..682954ac040 100644
--- a/TAO/tao/IORTable/IORTable.mpc
+++ b/TAO/tao/IORTable/IORTable.mpc
@@ -5,9 +5,10 @@ project(*core_idl) : tao_versioning_idl_defaults, install {
idlflags += -Gp -Gd -Sci -SS -Sorb \
-Wb,export_macro=TAO_IORTable_Export \
-Wb,export_include=tao/IORTable/iortable_export.h \
+ -Wb,stub_export_file=iortable_export.h \
-Wb,include_guard=TAO_IORTABLE_SAFE_INCLUDE \
-Wb,safe_include=tao/IORTable/IORTable.h \
- -iC tao/IORTable
+ -iC tao/IORTable -Gxhst
IORTable.pidl
}
@@ -28,6 +29,7 @@ project(IORTable) : taolib, tao_output, install, taoidldefaults {
Header_Files {
*.h
+ iortable_export.h
IORTableC.h
IORTableS.h
}