summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor.mpc')
-rw-r--r--TAO/tao/IORInterceptor.mpc51
1 files changed, 51 insertions, 0 deletions
diff --git a/TAO/tao/IORInterceptor.mpc b/TAO/tao/IORInterceptor.mpc
new file mode 100644
index 00000000000..e086d8a455f
--- /dev/null
+++ b/TAO/tao/IORInterceptor.mpc
@@ -0,0 +1,51 @@
+//$Id$
+project : taolib, portableserver, objreftemplate, pi, install, tao_versioning_idl_defaults {
+ sharedname = TAO_IORInterceptor
+ dynamicflags = TAO_IORINTERCEPTOR_BUILD_DLL
+
+ Source_Files {
+ IORInterceptor
+ }
+
+ Header_Files {
+ IORInterceptor
+ }
+
+ Inline_Files {
+ IORInterceptor
+ }
+
+ Template_Files {
+ IORInterceptor
+ }
+
+ Resource_Files {
+ IORInterceptor
+ }
+
+ PIDL_Files {
+ IORInterceptor
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
+ -Wb,export_macro=TAO_IORInterceptor_Export \
+ -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
+ -Wb,include_guard=TAO_IORINTERCEPTOR_SAFE_INCLUDE \
+ -Wb,safe_include=tao/IORInterceptor/IORInterceptor.h \
+ -o IORInterceptor
+ IORInterceptor/IORInterceptor.pidl
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
+ -Wb,export_macro=TAO_IORInterceptor_Export \
+ -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
+ -o IORInterceptor
+ IORInterceptor/IORInfo.pidl
+ }
+
+ Pkgconfig_Files {
+ IORInterceptor/TAO_IORInterceptor.pc.in
+ }
+}