summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_Client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_Client.bor')
-rw-r--r--TAO/examples/Simple/echo/Echo_Client.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/examples/Simple/echo/Echo_Client.bor b/TAO/examples/Simple/echo/Echo_Client.bor
deleted file mode 100644
index 0c713169e12..00000000000
--- a/TAO/examples/Simple/echo/Echo_Client.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Makefile for building the Echo example
-#
-
-NAME = Echo_Client
-
-OBJFILES = \
- $(OBJDIR)\EchoC.obj \
- $(OBJDIR)\EchoS.obj \
- $(OBJDIR)\Echo_Client_i.obj \
- $(OBJDIR)\Simple_util.obj \
- $(OBJDIR)\client.obj
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\EchoC.cpp $(IDLDIR)\EchoS.cpp: $(IDLDIR)\Echo.idl
- $(TAO_IDL) $**
-