summaryrefslogtreecommitdiff
path: root/TAO/tao/TC_IIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TC_IIOP.mpc')
-rw-r--r--TAO/tao/TC_IIOP.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/tao/TC_IIOP.mpc b/TAO/tao/TC_IIOP.mpc
new file mode 100644
index 00000000000..db143dcfdf4
--- /dev/null
+++ b/TAO/tao/TC_IIOP.mpc
@@ -0,0 +1,41 @@
+//$Id$
+
+project(*) : taolib_with_idl, tao_versioning_idl_defaults, install, tc, interceptors, pi {
+
+ requires += transport_current
+ sharedname = TAO_TC_IIOP
+
+ dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
+
+ Source_Files {
+ TransportCurrent/IIOP_Current_Impl.cpp
+ TransportCurrent/IIOP_Current_Loader.cpp
+ }
+
+ Header_Files {
+ TransportCurrent/IIOP_Current_Impl.h
+ TransportCurrent/IIOP_Current_Loader.h
+ TransportCurrent/IIOP_Transport_Current.h
+ }
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ }
+
+ 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_IIOP.idl
+ }
+
+ Resource_Files {
+ }
+
+ PIDL_Files {
+ }
+}