From a68df043bfbc7f8f38332143577877846631eca4 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 19:58:37 +0200 Subject: Update build environment - remove faad2 - remove mad - remove polarssl - remove pthreads - add libcurl - add vtparse with UTF8 support - update project to use Visual Studio 2015 --- blowfish/blowfish.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'blowfish') diff --git a/blowfish/blowfish.vcxproj b/blowfish/blowfish.vcxproj index e7e6111..90e631d 100644 --- a/blowfish/blowfish.vcxproj +++ b/blowfish/blowfish.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -20,12 +20,12 @@ StaticLibrary NotSet true - v110_xp + v140_xp StaticLibrary NotSet - v110_xp + v140_xp @@ -71,7 +71,7 @@ - xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include" /I /Y /D + xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include\" /I /Y /D @@ -98,7 +98,7 @@ - xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include" /I /Y /D + xcopy "$(ProjectDir)blowfish.h" "$(SolutionDir)build\temp\include\" /I /Y /D -- cgit v1.2.3