summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor')
-rw-r--r--TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor b/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor
deleted file mode 100644
index d798685200e..00000000000
--- a/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#
-# Makefile for building the Callback_Quoter example
-#
-
-NAME = Callback_Quoter_Notifier
-
-OBJFILES = \
- $(OBJDIR)\ConsumerC.obj \
- $(OBJDIR)\ConsumerS.obj \
- $(OBJDIR)\NotifierC.obj \
- $(OBJDIR)\NotifierS.obj \
- $(OBJDIR)\notifier.obj \
- $(OBJDIR)\Notifier_i.obj \
- $(OBJDIR)\Notifier_Input_Handler.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) $**
-