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/BiDir_GIOP.mpc | |
parent | 8008dd09ccf88d4edef237a184a698cac42f2952 (diff) | |
download | ATCD-0e49389337be86641451a5c36c24bf742fe97523.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tao/BiDir_GIOP.mpc')
-rw-r--r-- | TAO/tao/BiDir_GIOP.mpc | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tao/BiDir_GIOP.mpc b/TAO/tao/BiDir_GIOP.mpc new file mode 100644 index 00000000000..af2a4bce1ea --- /dev/null +++ b/TAO/tao/BiDir_GIOP.mpc @@ -0,0 +1,43 @@ +//$Id$ +project : taolib, core, pi, tao_versioning_idl_defaults { + sharedname = TAO_BiDirGIOP + dynamicflags = TAO_BIDIRGIOP_BUILD_DLL + + Source_Files { + BiDir_GIOP + } + + Header_Files { + BiDir_GIOP + } + + Inline_Files { + BiDir_GIOP + } + + Template_Files { + BiDir_GIOP + } + + Resource_Files { + BiDir_GIOP + } + + PIDL_Files { + BiDir_GIOP + } + + IDL_Files { + idlflags += -Gp -Gd -Ge 1 -Sci -SS -Sorb -Sa -St \ + -Wb,export_macro=TAO_BiDirGIOP_Export \ + -Wb,export_include=tao/BiDir_GIOP/bidirgiop_export.h \ + -Wb,include_guard=TAO_BIDIRGIOP_SAFE_INCLUDE \ + -Wb,safe_include=tao/BiDir_GIOP/BiDirGIOP.h \ + -o BiDir_GIOP + BiDir_GIOP/BiDirPolicy.pidl + } + + Pkgconfig_Files { + BiDir_GIOP/TAO_BiDirGIOP.pc.in + } +} |