summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/IORTable.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORTable/IORTable.mpc')
-rw-r--r--TAO/tao/IORTable/IORTable.mpc30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/tao/IORTable/IORTable.mpc b/TAO/tao/IORTable/IORTable.mpc
new file mode 100644
index 00000000000..ec5b7f01e53
--- /dev/null
+++ b/TAO/tao/IORTable/IORTable.mpc
@@ -0,0 +1,30 @@
+//$Id$
+project(*core_idl) : tao_versioning_idl_defaults {
+ custom_only = 1
+ IDL_Files {
+ idlflags += -Gp -Gd -Sci -SS -Sorb \
+ -Wb,export_macro=TAO_IORTable_Export \
+ -Wb,export_include=tao/IORTable/iortable_export.h \
+ -Wb,include_guard=TAO_IORTABLE_SAFE_INCLUDE \
+ -Wb,safe_include=tao/IORTable/IORTable.h \
+ -iC tao/IORTable
+ IORTable.pidl
+ }
+}
+
+project(IORTable) : taolib, tao_output, install, taoidldefaults {
+ after += *core_idl
+ sharedname = TAO_IORTable
+ dynamicflags += TAO_IORTABLE_BUILD_DLL
+
+ Source_Files {
+ *.cpp
+ IORTableC.cpp
+ }
+
+ Header_Files {
+ *.h
+ IORTableC.h
+ IORTableS.h
+ }
+}