summaryrefslogtreecommitdiff
path: root/TAO/tao/TC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TC.mpc')
-rw-r--r--TAO/tao/TC.mpc44
1 files changed, 44 insertions, 0 deletions
diff --git a/TAO/tao/TC.mpc b/TAO/tao/TC.mpc
new file mode 100644
index 00000000000..33e94224c50
--- /dev/null
+++ b/TAO/tao/TC.mpc
@@ -0,0 +1,44 @@
+//$Id$
+
+project(*) : taolib_with_idl, tao_versioning_idl_defaults, install, interceptors, pi {
+
+ sharedname = TAO_TC
+ dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
+
+ Source_Files {
+ TransportCurrent/Current_Impl.cpp
+ TransportCurrent/Current_Loader.cpp
+ TransportCurrent/Current_ORBInitializer_Base.cpp
+ }
+
+ Header_Files {
+ TransportCurrent/Current_Impl.h
+ TransportCurrent/Current_Loader.h
+ TransportCurrent/Current_ORBInitializer.h
+ TransportCurrent/Current_ORBInitializer_Base.h
+ TransportCurrent/Transport_Current.h
+ }
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ TransportCurrent/Current_ORBInitializer.cpp
+ }
+
+ 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
+
+ TransportCurrent/TC.idl
+ }
+
+ Resource_Files {
+ }
+
+ PIDL_Files {
+ }
+}
+