summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor')
-rw-r--r--TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor b/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor
deleted file mode 100644
index e7bea862d07..00000000000
--- a/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Makefile for building the Callback_Quoter example
-#
-
-NAME = Callback_Quoter_Consumer
-
-OBJFILES = \
- $(OBJDIR)\ConsumerC.obj \
- $(OBJDIR)\ConsumerS.obj \
- $(OBJDIR)\NotifierC.obj \
- $(OBJDIR)\NotifierS.obj \
- $(OBJDIR)\consumer.obj \
- $(OBJDIR)\Consumer_Input_Handler.obj \
- $(OBJDIR)\Consumer_Signal_Handler.obj \
- $(OBJDIR)\Consumer_Handler.obj \
- $(OBJDIR)\Consumer_i.obj
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\ConsumerC.cpp $(IDLDIR)\ConsumerS.cpp: $(IDLDIR)\Consumer.idl
- $(TAO_IDL) $**
-
-$(IDLDIR)\NotifierC.cpp $(IDLDIR)\NotifierS.cpp: $(IDLDIR)\Notifier.idl
- $(TAO_IDL) $**
-