From 54191a377b67a851dc03c754a23cb8aaca6b18b2 Mon Sep 17 00:00:00 2001 From: zhangw Date: Mon, 15 Jan 2007 23:26:37 +0000 Subject: Creating a branch of ACE+TAO+CIAO for OCI RT 9734 --- TAO/tao/TC_IIOP.mpc | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 TAO/tao/TC_IIOP.mpc (limited to 'TAO/tao/TC_IIOP.mpc') 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 { + } +} -- cgit v1.2.1