summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/consumer.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/consumer.bor')
-rw-r--r--TAO/examples/Event_Comm/consumer.bor28
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/examples/Event_Comm/consumer.bor b/TAO/examples/Event_Comm/consumer.bor
deleted file mode 100644
index 8154a0bb183..00000000000
--- a/TAO/examples/Event_Comm/consumer.bor
+++ /dev/null
@@ -1,28 +0,0 @@
-
-#
-# Makefile for building the Event_Comm example
-#
-
-NAME = consumer
-
-OBJFILES = \
- $(OBJDIR)\Event_CommC.obj \
- $(OBJDIR)\Event_CommS.obj \
- $(OBJDIR)\Consumer_Handler.obj \
- $(OBJDIR)\Consumer_Input_Handler.obj \
- $(OBJDIR)\Event_Comm_i.obj \
- $(OBJDIR)\consumer.obj
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\Event_CommC.cpp $(IDLDIR)\Event_CommS.cpp: $(IDLDIR)\Event_Comm.idl
- $(TAO_IDL) $**
-