summaryrefslogtreecommitdiff
path: root/examples/Reactor/Multicast/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Multicast/client.bor')
-rw-r--r--examples/Reactor/Multicast/client.bor19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/Reactor/Multicast/client.bor b/examples/Reactor/Multicast/client.bor
deleted file mode 100644
index 5a22ed442b8..00000000000
--- a/examples/Reactor/Multicast/client.bor
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Makefile for building the multicast client
-#
-
-NAME = client
-
-OBJFILES = \
- $(OBJDIR)\Log_Wrapper.obj \
- $(OBJDIR)\client.obj
-
-CPPDIR = .
-
-LIBFILES = \
- $(ACE_LIB)
-
-CFLAGS = $(ACE_CFLAGS)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-