summaryrefslogtreecommitdiff
path: root/tests/SSL
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-20 16:54:55 +0000
committerSteve Huston <shuston@riverace.com>2001-12-20 16:54:55 +0000
commit125307113cea38188ab9714f5bda482bcd7ecfc5 (patch)
tree47e6ec938eed45c10304c25c60de486ac55c3575 /tests/SSL
parentc5980fe789f61c1ea3c860200c0b6c683f01624d (diff)
downloadATCD-125307113cea38188ab9714f5bda482bcd7ecfc5.tar.gz
ChangeLogTag:Thu Dec 20 11:43:29 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/SSL')
-rw-r--r--tests/SSL/Makefile.bor18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/SSL/Makefile.bor b/tests/SSL/Makefile.bor
new file mode 100644
index 00000000000..17a8e577e66
--- /dev/null
+++ b/tests/SSL/Makefile.bor
@@ -0,0 +1,18 @@
+#
+# $Id$
+# Makefile for building the ACE SSL tests
+#
+
+NAMES = \
+ Thread_Pool_Reactor_SSL_Test
+
+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>