diff options
author | Steve Huston <shuston@riverace.com> | 2001-12-20 16:54:55 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-12-20 16:54:55 +0000 |
commit | 125307113cea38188ab9714f5bda482bcd7ecfc5 (patch) | |
tree | 47e6ec938eed45c10304c25c60de486ac55c3575 /tests/SSL | |
parent | c5980fe789f61c1ea3c860200c0b6c683f01624d (diff) | |
download | ATCD-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.bor | 18 |
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> |