summaryrefslogtreecommitdiff
path: root/tao/CodecFactory/CodecFactory.mpc
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-03 21:02:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-03 21:02:32 +0000
commit4dcca24c609008f9fe8a4e01966702b8f4c08e61 (patch)
tree6bf00b87749636ef3ea7ec22a9b13d4dd2597378 /tao/CodecFactory/CodecFactory.mpc
parent8c7cc4d18ddf28a18a01fef53aaea68422b2fff2 (diff)
downloadATCD-alt_mapping_SAIC.tar.gz
Merged version 94552 from main trunk into this branchalt_mapping_SAIC
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