From 3be8e347148d4de1d2a5bd7b18f1c3f33761eb5c Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 21 Sep 2017 23:12:59 -0400 Subject: [PATCH] [build] Simplify Visual C++ 2010 project. * build/windows/vc2010/freetype.vcxproj: Remove fake singlethreaded configurations and tweak. --- ChangeLog | 7 + builds/windows/vc2010/freetype.vcxproj | 254 +------------------------ 2 files changed, 12 insertions(+), 249 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69e627502..87af87c9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-21 Alexei Podtelezhnikov + + [build] Simplify Visual C++ 2010 project. + + * build/windows/vc2010/freetype.vcxproj: Remove fake singlethreaded + configurations and tweak. + 2017-09-21 Werner Lemberg [truetype] Integer overflow (#52082). diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj index f357c754b..072271835 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -17,14 +17,6 @@ Debug Multithreaded x64 - - Debug Singlethreaded - Win32 - - - Debug Singlethreaded - x64 - Release Win32 @@ -41,14 +33,6 @@ Release Multithreaded x64 - - Release Singlethreaded - Win32 - - - Release Singlethreaded - x64 -