summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/TC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/TC.mpc')
-rw-r--r--ACE/TAO/tao/TC.mpc56
1 files changed, 56 insertions, 0 deletions
diff --git a/ACE/TAO/tao/TC.mpc b/ACE/TAO/tao/TC.mpc
new file mode 100644
index 00000000000..1127c0bb322
--- /dev/null
+++ b/ACE/TAO/tao/TC.mpc
@@ -0,0 +1,56 @@
+//$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
+ }
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ TransportCurrent/Current_ORBInitializer.cpp
+ }
+
+ Resource_Files {
+ }
+
+ PIDL_Files {
+ TransportCurrent
+ }
+
+ IDL_Files {
+ }
+}
+