summaryrefslogtreecommitdiff
path: root/tao/CodecFactory/CodecFactory.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/CodecFactory/CodecFactory.mpc')
-rw-r--r--tao/CodecFactory/CodecFactory.mpc10
1 files changed, 6 insertions, 4 deletions
diff --git a/tao/CodecFactory/CodecFactory.mpc b/tao/CodecFactory/CodecFactory.mpc
index 655dd5c29ed..cbda75b62d4 100644
--- a/tao/CodecFactory/CodecFactory.mpc
+++ b/tao/CodecFactory/CodecFactory.mpc
@@ -3,18 +3,19 @@ project(*idl) : tao_versioning_idl_defaults, install {
custom_only = 1
IDL_Files {
idlflags += -Gp -Gd -Sci -SS -Sorb -Sal -GX \
- -Wb,export_macro=TAO_CodecFactory_Export \
- -Wb,export_include=tao/CodecFactory/codecfactory_export.h \
+ -Wb,stub_export_macro=TAO_CODECFACTORY_Export \
+ -Wb,stub_export_include=tao/CodecFactory/codecfactory_export.h \
+ -Wb,stub_export_file=codecfactory_export.h \
-Wb,include_guard=TAO_CODECFACTORY_SAFE_INCLUDE \
-Wb,safe_include=tao/CodecFactory/CodecFactory.h \
- -iC tao/CodecFactory
+ -iC tao/CodecFactory -Gxhst
idlflags -= -Sa -St
IOP_Codec.pidl
}
IDL_Files {
idlflags += -Sci -SS -Sorb -Sa -GX \
- -Wb,export_macro=TAO_CodecFactory_Export \
+ -Wb,export_macro=TAO_CODECFACTORY_Export \
-Wb,export_include=tao/CodecFactory/codecfactory_export.h \
-Wb,unique_include=tao/CodecFactory/CodecFactory.h \
-iC CodecFactory
@@ -38,6 +39,7 @@ project(CodecFactory) : taolib, tao_output, install, anytypecode, taoidldefaults
}
Header_Files {
+ codecfactory_export.h
*.h
IOP_CodecA.h
IOP_CodecC.h