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