From 15dfcf5abaacb3885859dcbe5fa2c29cf259cb0d Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 30 May 2014 01:42:36 -0700 Subject: Hardened Base64, making tomcrypt to properly generate secure random numbers under windows, and ditched tomcryptmath for tommath. --- win32/project/tomcrypt.vcxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'win32/project/tomcrypt.vcxproj') diff --git a/win32/project/tomcrypt.vcxproj b/win32/project/tomcrypt.vcxproj index d748040..9a875a1 100644 --- a/win32/project/tomcrypt.vcxproj +++ b/win32/project/tomcrypt.vcxproj @@ -86,8 +86,8 @@ Level3 Disabled true - ..\..\libtomcrypt\src\headers;..\..\libtommath - LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\libtomcrypt\src\headers;..\..\libtommath;..\pthreads-win32 + PTW32_STATIC_LIB;LTC_PTHREAD;WIN32;LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -98,8 +98,8 @@ Level3 Disabled true - ..\..\libtomcrypt\src\headers;..\..\libtommath - LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\libtomcrypt\src\headers;..\..\libtommath;..\pthreads-win32 + PTW32_STATIC_LIB;LTC_PTHREAD;WIN32;LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -112,8 +112,8 @@ true true true - ..\..\libtomcrypt\src\headers;..\..\libtommath - LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\libtomcrypt\src\headers;..\..\libtommath;..\pthreads-win32 + PTW32_STATIC_LIB;LTC_PTHREAD;WIN32;LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -128,8 +128,8 @@ true true true - ..\..\libtomcrypt\src\headers;..\..\libtommath - LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\libtomcrypt\src\headers;..\..\libtommath;..\pthreads-win32 + PTW32_STATIC_LIB;LTC_PTHREAD;WIN32;LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true -- cgit v1.2.3