summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Transport_Current/TC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Transport_Current/TC.mpc')
-rw-r--r--TAO/orbsvcs/Transport_Current/TC.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Transport_Current/TC.mpc b/TAO/orbsvcs/Transport_Current/TC.mpc
index 7acd7bd87d3..ef9d4780503 100644
--- a/TAO/orbsvcs/Transport_Current/TC.mpc
+++ b/TAO/orbsvcs/Transport_Current/TC.mpc
@@ -31,3 +31,36 @@ project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, p
}
}
+//$Id$
+
+project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, pi {
+
+ sharedname = TAO_TC
+ dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
+
+ Source_Files {
+ Current_Impl.cpp
+ Current_Loader.cpp
+ Current_ORBInitializer_Base.cpp
+ }
+
+ Header_Files {
+ Current_Impl.h
+ Current_Loader.h
+ Current_ORBInitializer.h
+ Current_ORBInitializer_Base.h
+ Transport_Current.h
+ }
+
+ Template_Files {
+ Current_ORBInitializer.cpp
+ }
+
+ idlflags += -Wb,export_include=orbsvcs/Transport_Current/Transport_Current_Export.h
+ idlflags += -Wb,export_macro=TAO_Transport_Current_Export
+
+ IDL_Files {
+ TC.idl
+ }
+}
+