From 08fe84d707c81b2581c2b528b5b2cfcc9994674a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 14 Aug 2013 13:23:25 -0400 Subject: Windows builds, self test runs in Debug mode! --- vsprojects/SelfTest/SelfTest.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vsprojects') diff --git a/vsprojects/SelfTest/SelfTest.vcxproj b/vsprojects/SelfTest/SelfTest.vcxproj index 0be2d739..66b0724d 100644 --- a/vsprojects/SelfTest/SelfTest.vcxproj +++ b/vsprojects/SelfTest/SelfTest.vcxproj @@ -57,24 +57,26 @@ Console true - $(SolutionDir)\ext\bin\libcrypto\win32-vs2012\libeay32.lib;wsock32.lib;%(AdditionalDependencies) + $(SolutionDir)\ext\bin\libcrypto\win32-vs2012\libeay32.lib;wsock32.lib;ws2_32.lib;%(AdditionalDependencies) Level3 - Use + NotUsing MaxSpeed true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + $(SolutionDir)\ext\bin\libcrypto\include;%(AdditionalIncludeDirectories) Console true true true + wsock32.lib;ws2_32.lib;$(SolutionDir)\ext\bin\libcrypto\win32-vs2012\libeay32.lib;%(AdditionalDependencies) -- cgit v1.2.3