summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/CodecFactory.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/CodecFactory.mpc')
-rw-r--r--ACE/TAO/tao/CodecFactory.mpc65
1 files changed, 65 insertions, 0 deletions
diff --git a/ACE/TAO/tao/CodecFactory.mpc b/ACE/TAO/tao/CodecFactory.mpc
new file mode 100644
index 00000000000..6910f91a9d9
--- /dev/null
+++ b/ACE/TAO/tao/CodecFactory.mpc
@@ -0,0 +1,65 @@
+//$Id$
+project(*idl) : tao_versioning_idl_defaults {
+ 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,include_guard=TAO_CODECFACTORY_SAFE_INCLUDE \
+ -Wb,safe_include=tao/CodecFactory/CodecFactory.h \
+ -o CodecFactory
+ idlflags -= -Sa -St
+ CodecFactory/IOP_Codec.pidl
+ }
+
+ IDL_Files {
+ idlflags += -Sci -SS -Sorb -Sa -GX \
+ -Wb,export_macro=TAO_CodecFactory_Export \
+ -Wb,export_include=tao/CodecFactory/codecfactory_export.h \
+ -Wb,unique_include=tao/CodecFactory/CodecFactory.h \
+ -o CodecFactory
+ CodecFactory/IOP_Codec_include.pidl
+ }
+}
+
+project(CodecFactory) : taolib, tao_output, install, anytypecode, taoidldefaults, nolink_codecfactory {
+ after += *idl
+ sharedname = TAO_CodecFactory
+ dynamicflags = TAO_CODECFACTORY_BUILD_DLL
+
+ Source_Files {
+ CodecFactory
+ }
+
+ Source_Files {
+ CodecFactory/IOP_CodecC.cpp
+ CodecFactory/IOP_Codec_includeC.cpp
+ }
+
+ Header_Files {
+ CodecFactory
+ }
+
+ Inline_Files {
+ CodecFactory
+ }
+
+ Template_Files {
+ CodecFactory
+ }
+
+ Resource_Files {
+ CodecFactory
+ }
+
+ PIDL_Files {
+ CodecFactory
+ }
+
+ IDL_Files {
+ }
+
+ Pkgconfig_Files {
+ CodecFactory/TAO_CodecFactory.pc.in
+ }
+}