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.mpc47
1 files changed, 47 insertions, 0 deletions
diff --git a/TAO/tao/TransportCurrent/TC.mpc b/TAO/tao/TransportCurrent/TC.mpc
new file mode 100644
index 00000000000..8ec9e236247
--- /dev/null
+++ b/TAO/tao/TransportCurrent/TC.mpc
@@ -0,0 +1,47 @@
+//$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 \
+ -iC tao/TransportCurrent -I./TransportCurrent
+ idlflags -= -Sa -St -Sci -SS
+
+ 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 {
+ Current_Impl.cpp
+ Current_Loader.cpp
+ Current_ORBInitializer_Base.cpp
+ TCC.cpp
+ }
+
+ Header_Files {
+ Current_Impl.h
+ Current_Loader.h
+ Current_ORBInitializer.h
+ Current_ORBInitializer_Base.h
+ Transport_Current.h
+ Transport_Current_Export.h
+ TCC.h
+ TCS.h
+ }
+
+ Inline_Files {
+ TCC.inl
+ TCS.inl
+ }
+
+ Template_Files {
+ Current_ORBInitializer.cpp
+ }
+}
+