Update GIO Visual C++ projects

Link to zlib1.lib for release builds and zlib1d.lib for debug builds-
this is to be consistent across the board for the GTK+ stack (and many
other opensource code linking to the ZLib DLL on Windows)
This commit is contained in:
Chun-wei Fan
2011-12-22 20:18:11 +08:00
parent 550fee44a9
commit e121d46b25
2 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
AdditionalDependencies="zlib1d.lib ws2_32.lib shlwapi.lib dnsapi.lib"
OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -70,7 +70,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
AdditionalDependencies="zlib1.lib ws2_32.lib shlwapi.lib dnsapi.lib"
OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -105,7 +105,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
AdditionalDependencies="zlib1d.lib ws2_32.lib shlwapi.lib dnsapi.lib"
OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
LinkIncremental="2"
ModuleDefinitionFile="$(IntDir)\gio.def"
@@ -136,7 +136,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zdll.lib ws2_32.lib shlwapi.lib dnsapi.lib"
AdditionalDependencies="zlib1.lib ws2_32.lib shlwapi.lib dnsapi.lib"
OutputFile="$(OutDir)\$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll"
LinkIncremental="1"
ModuleDefinitionFile="$(IntDir)\gio.def"