summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 13:55:03 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 13:55:03 +0000
commit0d45d69c2ad4038b71371a8c183e887941569245 (patch)
treef3319a07f3d5d10ca3f872b9a7aeeb70d09140f3
parent25171b08c8d1732779e91f4fbf6d239f244de01e (diff)
downloadATCD-0d45d69c2ad4038b71371a8c183e887941569245.tar.gz
commented out Event/EC_Gateway and Property/CosPropertyService_i
because they cause build failures
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 222547f52ec..bdf44f82378 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -106,7 +106,6 @@ FILES= $(IDL_FILES) \
Event/RT_Task \
Event/ReactorTask \
Event/Task_Manager \
- Event/EC_Gateway \
\
Sched/Config_Scheduler \
Sched/DynSched \
@@ -121,12 +120,14 @@ FILES= $(IDL_FILES) \
\
Sched/Strategy_Scheduler \
\
- Property/CosPropertyService_i\
\
Log/Logger_i \
\
tmplinst-orbsvcs
+#### Causes link failure: Event/EC_Gateway \
+#### Does not compile: Property/CosPropertyService_i \
+
VPATH=.:Naming:Event:Sched:AV:Property:Trader:Concurrency:Log
# Compile using av=1 to compile the AVStreams stuff.