libdrawtext
diff libdrawtext.vcproj @ 97:8c4313571279
- added libdrawtext-noft project to the visual studio solution
- added examples/nofreetype project to the visual studio solution
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 11 Sep 2014 18:19:57 +0300 |
parents | f067608d8a7c |
children |
line diff
1.1 --- a/libdrawtext.vcproj Thu Aug 07 07:02:41 2014 +0300 1.2 +++ b/libdrawtext.vcproj Thu Sep 11 18:19:57 2014 +0300 1.3 @@ -48,7 +48,7 @@ 1.4 UsePrecompiledHeader="0" 1.5 WarningLevel="3" 1.6 DebugInformationFormat="4" 1.7 - DisableSpecificWarnings="4996" 1.8 + DisableSpecificWarnings="4996;4244" 1.9 /> 1.10 <Tool 1.11 Name="VCManagedResourceCompilerTool" 1.12 @@ -113,7 +113,7 @@ 1.13 UsePrecompiledHeader="0" 1.14 WarningLevel="3" 1.15 DebugInformationFormat="3" 1.16 - DisableSpecificWarnings="4996" 1.17 + DisableSpecificWarnings="4996;4244" 1.18 /> 1.19 <Tool 1.20 Name="VCManagedResourceCompilerTool"