summaryrefslogtreecommitdiff
path: root/tao/TC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/TC.mpc')
-rw-r--r--tao/TC.mpc60
1 files changed, 0 insertions, 60 deletions
diff --git a/tao/TC.mpc b/tao/TC.mpc
deleted file mode 100644
index 6c26e281a41..00000000000
--- a/tao/TC.mpc
+++ /dev/null
@@ -1,60 +0,0 @@
-//$Id$
-project(*idl) : taolib_with_idl, tao_versioning_idl_defaults {
- custom_only = 1
- 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 -Sci -SS
-
- TransportCurrent/TC.idl
- }
-}
-
-project(TC) : taolib_with_idl, tao_output, taoidldefaults, install, interceptors, pi {
- after += *idl
- requires += transport_current
- sharedname = TAO_TC
- dynamicflags += TAO_TRANSPORT_CURRENT_BUILD_DLL
-
- Source_Files {
- TransportCurrent/Current_Impl.cpp
- TransportCurrent/Current_Loader.cpp
- TransportCurrent/Current_ORBInitializer_Base.cpp
- }
-
- Source_Files {
- TransportCurrent/TCC.cpp
- }
-
- Header_Files {
- TransportCurrent/Current_Impl.h
- TransportCurrent/Current_Loader.h
- TransportCurrent/Current_ORBInitializer.h
- TransportCurrent/Current_ORBInitializer_Base.h
- TransportCurrent/Transport_Current.h
- TransportCurrent/Transport_Current_Export.h
- TransportCurrent/TCC.h
- TransportCurrent/TCS.h
- }
-
- Inline_Files {
- TransportCurrent/TCC.inl
- TransportCurrent/TCS.inl
- }
-
- Template_Files {
- TransportCurrent/Current_ORBInitializer.cpp
- }
-
- Resource_Files {
- }
-
- PIDL_Files {
- TransportCurrent
- }
-
- IDL_Files {
- }
-}
-