summaryrefslogtreecommitdiff
path: root/performance-tests/TCP/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/TCP/makefile.bor')
-rw-r--r--performance-tests/TCP/makefile.bor17
1 files changed, 0 insertions, 17 deletions
diff --git a/performance-tests/TCP/makefile.bor b/performance-tests/TCP/makefile.bor
deleted file mode 100644
index 0e02029462f..00000000000
--- a/performance-tests/TCP/makefile.bor
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Makefile for building the tcp performance-tests
-#
-
-NAME = tcp_test
-
-OBJFILES = \
- $(OBJDIR)\tcp_test.obj
-
-CPPDIR = .
-
-CFLAGS = $(ACE_CFLAGS)
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-