[libpng16] Use /MDd for vstudio debug builds.

Also added pngunkown to the vstudio builds, fixed build errors and corrected
a minor exit code error in pngvalid if the 'touch' file name is invalid.
This commit is contained in:
John Bowler
2012-09-30 06:53:50 -05:00
committed by Glenn Randers-Pehrson
parent c39be26f5a
commit fa63beaa34
10 changed files with 56 additions and 28 deletions

View File

@@ -106,6 +106,7 @@
<Optimization>Disabled</Optimization>
<BrowseInformation>true</BrowseInformation>
<FunctionLevelLinking>true</FunctionLevelLinking>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>