summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Chat_Client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Chat_Client.bor')
-rw-r--r--TAO/examples/Simple/chat/Chat_Client.bor32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/examples/Simple/chat/Chat_Client.bor b/TAO/examples/Simple/chat/Chat_Client.bor
deleted file mode 100644
index e368444e5f2..00000000000
--- a/TAO/examples/Simple/chat/Chat_Client.bor
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#
-# Makefile for building the Chat example
-#
-
-NAME = Chat_Client
-
-OBJFILES = \
- $(OBJDIR)\ReceiverC.obj \
- $(OBJDIR)\ReceiverS.obj \
- $(OBJDIR)\BroadcasterC.obj \
- $(OBJDIR)\BroadcasterS.obj \
- $(OBJDIR)\Receiver_i.obj \
- $(OBJDIR)\Client_i.obj \
- $(OBJDIR)\client.obj
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\BroadcasterC.cpp $(IDLDIR)\BroadcasterS.cpp: $(IDLDIR)\Broadcaster.idl
- $(TAO_IDL) $**
-
-$(IDLDIR)\ReceiverC.cpp $(IDLDIR)\ReceiverS.cpp: $(IDLDIR)\Receiver.idl
- $(TAO_IDL) $**
-