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.bor34
1 files changed, 0 insertions, 34 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 f89b5fefba0..00000000000
--- a/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor
+++ /dev/null
@@ -1,34 +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 = .
-BINDIR = .\bor\bin
-BASE_OBJDIR = .\bor\obj
-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) $**
-