freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] vcproj and vcxproj bloat


From: Alexei Podtelezhnikov
Subject: [ft-devel] vcproj and vcxproj bloat
Date: Wed, 3 Feb 2016 15:57:19 -0500

Hi all,

Do you know that freetype source contains 1.4 Mb (10%) of Visual studio project files? Do we need the threaded configurations or are they just redundant?
    <ProjectConfiguration Include="Debug|Win32">
    <ProjectConfiguration Include="Debug|x64">
    <ProjectConfiguration Include="Debug Multithreaded|Win32">
    <ProjectConfiguration Include="Debug Multithreaded|x64">
    <ProjectConfiguration Include="Debug Singlethreaded|Win32">
    <ProjectConfiguration Include="Debug Singlethreaded|x64">
    <ProjectConfiguration Include="Release|Win32">
    <ProjectConfiguration Include="Release|x64">
    <ProjectConfiguration Include="Release Multithreaded|Win32">
    <ProjectConfiguration Include="Release Multithreaded|x64">
    <ProjectConfiguration Include="Release Singlethreaded|Win32">
    <ProjectConfiguration Include="Release Singlethreaded|x64">

Thanks,
Alexei


reply via email to

[Prev in Thread] Current Thread [Next in Thread]