summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/TC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TransportCurrent/TC.mpc')
-rw-r--r--TAO/tao/TransportCurrent/TC.mpc33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tao/TransportCurrent/TC.mpc b/TAO/tao/TransportCurrent/TC.mpc
deleted file mode 100644
index 95a392e060b..00000000000
--- a/TAO/tao/TransportCurrent/TC.mpc
+++ /dev/null
@@ -1,33 +0,0 @@
-//$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=tao/TransportCurrent/Transport_Current_Export.h
- idlflags += -Wb,export_macro=TAO_Transport_Current_Export
-
- IDL_Files {
- TC.idl
- }
-}
-