[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

@@ -91,6 +91,7 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<BrowseInformation>true</BrowseInformation>
<FloatingPointExceptions>false</FloatingPointExceptions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>