summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/HTIOP.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/orbsvcs/HTIOP.mpc
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/HTIOP.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP.mpc29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP.mpc b/TAO/orbsvcs/orbsvcs/HTIOP.mpc
deleted file mode 100644
index 5494d71ef4f..00000000000
--- a/TAO/orbsvcs/orbsvcs/HTIOP.mpc
+++ /dev/null
@@ -1,29 +0,0 @@
-// -*- MPC -*-
-//
-// $Id$
-
-project : htbp, orbsvcslib, core, tao_versioning_idl_defaults {
- sharedname = TAO_HTIOP
- idlflags += -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS
- dynamicflags = HTIOP_BUILD_DLL
- tagchecks += HTIOP
- pch_header =
- pch_source =
-
- IDL_FILES {
- HTIOP.idl
- }
-
- IDL_Files {
- idlflags += -Sci -Gp -Gd -Ge 1 -Sc -Sa -Sorb \
- -o HTIOP
- idlflags -= -St
- HTIOP/htiop_endpoints.pidl
- }
-
- Source_Files(ORBSVCS_COMPONENTS) {
- HTIOP {
- HTIOP
- }
- }
-}