diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-10 10:21:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-10 10:21:12 +0000 |
commit | 2a52c550e3e569af4e1e2bad3f1726679d91270a (patch) | |
tree | 030d1d711ada3a07e17a5623c5cb8f2aa179678b /TAO/tao/CodecFactory.mpc | |
parent | 940ab4dba0771b0fec126fc330ad8d8989dcd904 (diff) | |
download | ATCD-2a52c550e3e569af4e1e2bad3f1726679d91270a.tar.gz |
ChangeLogTag: Thu Jun 9 18:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CodecFactory.mpc')
-rw-r--r-- | TAO/tao/CodecFactory.mpc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/tao/CodecFactory.mpc b/TAO/tao/CodecFactory.mpc new file mode 100644 index 00000000000..0a9575ce991 --- /dev/null +++ b/TAO/tao/CodecFactory.mpc @@ -0,0 +1,33 @@ +//$Id$ +project : taolib, core { + sharedname = TAO_CodecFactory + dynamicflags = TAO_CODECFACTORY_BUILD_DLL + + Source_Files { + CodecFactory + } + + Header_Files { + CodecFactory + } + + Inline_Files { + CodecFactory + } + + Template_Files { + CodecFactory + } + + Resource_Files { + CodecFactory + } + + PIDL_Files { + CodecFactory + } + + Pkgconfig_Files { + CodecFactory/TAO_CodecFactory.pc.in + } +} |