summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Bank_Client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/Bank_Client.bor')
-rw-r--r--TAO/examples/Simple/bank/Bank_Client.bor27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/examples/Simple/bank/Bank_Client.bor b/TAO/examples/Simple/bank/Bank_Client.bor
deleted file mode 100644
index 5ac765c1748..00000000000
--- a/TAO/examples/Simple/bank/Bank_Client.bor
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# Makefile for building the Bank example
-#
-
-NAME = Bank_Client
-
-OBJFILES = \
- $(OBJDIR)\BankC.obj \
- $(OBJDIR)\BankS.obj \
- $(OBJDIR)\Bank_Client_i.obj \
- $(OBJDIR)\Simple_util.obj \
- $(OBJDIR)\client.obj
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\BankC.cpp $(IDLDIR)\BankS.cpp: $(IDLDIR)\Bank.idl
- $(TAO_IDL) $**
-