diff options
author | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-15 23:26:37 +0000 |
---|---|---|
committer | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-15 23:26:37 +0000 |
commit | 54191a377b67a851dc03c754a23cb8aaca6b18b2 (patch) | |
tree | 3ecfcb7e0be56c06857e3faf607c85abb2988120 /TAO/tao/TC_IIOP.mpc | |
parent | a6b6f9642d622fb9e274ef1e34f3e848ed3ae9dc (diff) | |
download | ATCD-54191a377b67a851dc03c754a23cb8aaca6b18b2.tar.gz |
Creating a branch of ACE+TAO+CIAO for OCI RT 9734
Diffstat (limited to 'TAO/tao/TC_IIOP.mpc')
-rw-r--r-- | TAO/tao/TC_IIOP.mpc | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/tao/TC_IIOP.mpc b/TAO/tao/TC_IIOP.mpc new file mode 100644 index 00000000000..1fb04a36329 --- /dev/null +++ b/TAO/tao/TC_IIOP.mpc @@ -0,0 +1,40 @@ +//$Id$ + +project(*) : taolib_with_idl, tao_versioning_idl_defaults, install, tc, interceptors, pi { + + sharedname = TAO_TC_IIOP + + dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL + + Source_Files { + TransportCurrent/IIOP_Current_Impl.cpp + TransportCurrent/IIOP_Current_Loader.cpp + } + + Header_Files { + TransportCurrent/IIOP_Current_Impl.h + TransportCurrent/IIOP_Current_Loader.h + TransportCurrent/IIOP_Transport_Current.h + } + + Inline_Files { + } + + Template_Files { + } + + IDL_Files { + idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \ + -Wb,export_macro=TAO_Transport_Current_Export \ + -o TransportCurrent -I./TransportCurrent + idlflags -= -Sa -St + + TransportCurrent/TC_IIOP.idl + } + + Resource_Files { + } + + PIDL_Files { + } +} |