summaryrefslogtreecommitdiff
path: root/examples/Reactor/Proactor/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Proactor/Makefile.bor')
-rw-r--r--examples/Reactor/Proactor/Makefile.bor25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/Reactor/Proactor/Makefile.bor b/examples/Reactor/Proactor/Makefile.bor
deleted file mode 100644
index 63d68ef4b73..00000000000
--- a/examples/Reactor/Proactor/Makefile.bor
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Makefile for building the ACE Proactor examples
-#
-
-NAMES = \
- simple_test_proactor \
- test_proactor \
- test_timeout \
- test_timeout_st \
- post_completions \
- test_end_event_loop \
- test_cancel \
- test_proactor2 \
- test_udp_proactor
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>