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