summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Transport_Current/TC_IIOP.mpc
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-02 17:41:07 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-02 17:41:07 +0000
commit42047e7082dfdb3e91a01c422b423831060a9b13 (patch)
treec74f9591598726461b4a703c72aa0dccbbf5dc3e /TAO/orbsvcs/Transport_Current/TC_IIOP.mpc
parentb5738783687df2ecc211f1fefeb8e63ce5fd78bc (diff)
downloadATCD-42047e7082dfdb3e91a01c422b423831060a9b13.tar.gz
Fixing a patch gone doubly wrongdoc-transport-current
Diffstat (limited to 'TAO/orbsvcs/Transport_Current/TC_IIOP.mpc')
-rw-r--r--TAO/orbsvcs/Transport_Current/TC_IIOP.mpc27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Transport_Current/TC_IIOP.mpc b/TAO/orbsvcs/Transport_Current/TC_IIOP.mpc
index c72b1f4d866..d7be92acf3b 100644
--- a/TAO/orbsvcs/Transport_Current/TC_IIOP.mpc
+++ b/TAO/orbsvcs/Transport_Current/TC_IIOP.mpc
@@ -52,3 +52,30 @@ project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, p
TC_IIOP.idl
}
}
+//$Id$
+
+project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, pi, tc {
+
+ sharedname = TAO_TC_IIOP
+
+ dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
+ libs += TAO_TC
+
+ Source_Files {
+ IIOP_Current_Impl.cpp
+ IIOP_Current_Loader.cpp
+ }
+
+ Header_Files {
+ IIOP_Current_Impl.h
+ IIOP_Current_Loader.h
+ IIOP_Transport_Current.h
+ }
+
+ idlflags += -Wb,export_include=orbsvcs/Transport_Current/Transport_Current_Export.h
+ idlflags += -Wb,export_macro=TAO_Transport_Current_Export
+
+ IDL_Files {
+ TC_IIOP.idl
+ }
+}