summaryrefslogtreecommitdiff
path: root/tests/SSL/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SSL/Makefile.bor')
-rw-r--r--tests/SSL/Makefile.bor24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/SSL/Makefile.bor b/tests/SSL/Makefile.bor
deleted file mode 100644
index 1345b6a86c6..00000000000
--- a/tests/SSL/Makefile.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# $Id$
-# Makefile for building the ACE SSL tests
-#
-
-NAMES = \
- Thread_Pool_Reactor_SSL_Test
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(SSL_CFLAGS) \
- $(ACE_SSL_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = \
- $(ACE_LIB) \
- $(ACE_SSL_LIB) \
- $(SSL_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>