summaryrefslogtreecommitdiff
path: root/tao/IORTable.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/IORTable.mpc')
-rw-r--r--tao/IORTable.mpc57
1 files changed, 0 insertions, 57 deletions
diff --git a/tao/IORTable.mpc b/tao/IORTable.mpc
deleted file mode 100644
index f2f9177cbfa..00000000000
--- a/tao/IORTable.mpc
+++ /dev/null
@@ -1,57 +0,0 @@
-//$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 \
- -o IORTable
- IORTable/IORTable.pidl
- }
-}
-
-project(IORTable) : taolib, tao_output, install, taoidldefaults {
- after += *core_idl
- sharedname = TAO_IORTable
- dynamicflags += TAO_IORTABLE_BUILD_DLL
-
- Source_Files {
- IORTable
- }
-
- Source_Files {
- IORTable/IORTableC.cpp
- }
-
- Header_Files {
- IORTable
- IORTable/IORTableC.h
- IORTable/IORTableS.h
- }
-
- Inline_Files {
- IORTable
- }
-
- Template_Files {
- IORTable
- }
-
- Resource_Files {
- IORTable
- }
-
- PIDL_Files {
- IORTable
- }
-
- IDL_Files {
- IORTable
- }
-
- Pkgconfig_Files {
- IORTable/TAO_IORTable.pc.in
- }
-}