diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:21 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:21 +0000 |
commit | 0e49389337be86641451a5c36c24bf742fe97523 (patch) | |
tree | 197c810e5f5bce17b1233a7cb8d7b50c0bcd25e2 /TAO/tao/Utils.mpc | |
parent | 8008dd09ccf88d4edef237a184a698cac42f2952 (diff) | |
download | ATCD-0e49389337be86641451a5c36c24bf742fe97523.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tao/Utils.mpc')
-rw-r--r-- | TAO/tao/Utils.mpc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tao/Utils.mpc b/TAO/tao/Utils.mpc new file mode 100644 index 00000000000..d5f8308c9a6 --- /dev/null +++ b/TAO/tao/Utils.mpc @@ -0,0 +1,35 @@ +// $Id$ +project : taolib, core, portableserver, pi { + sharedname = TAO_Utils + dynamicflags = TAO_UTILS_BUILD_DLL + + Source_Files { + Utils + } + + Header_Files { + Utils + } + + Inline_Files { + Utils + } + + Template_Files { + Utils + } + + Resource_Files { + Utils + } + + PIDL_Files { + } + + IDL_Files { + } + + Pkgconfig_Files { + TAO_Utils.pc.in + } +} |