new trunk (base for 1.5)

windows build only
This commit is contained in:
Aleksandar Fabijanic
2012-04-23 01:14:34 +00:00
parent f9b60296f7
commit d75e68c027
3760 changed files with 1058456 additions and 0 deletions

20
Crypto/testsuite/Makefile Normal file
View File

@@ -0,0 +1,20 @@
#
# Makefile
#
# $Id: //poco/1.4/Crypto/testsuite/Makefile#1 $
#
# Makefile for Poco Crypto testsuite
#
include $(POCO_BASE)/build/rules/global
SYSLIBS += -lssl -lcrypto
objects = CryptoTestSuite Driver \
CryptoTest RSATest
target = testrunner
target_version = 1
target_libs = PocoCrypto PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec