summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2010-02-02 21:24:45 +0200
committerTor Lillqvist <tml@iki.fi>2010-02-02 21:26:12 +0200
commit1de58ef708fb1972445a65e184e1579f0d0bbaaf (patch)
treebda626f633007521d686977659a3fb2f70ae15c1 /build
parent57d3e4cba3a0a273d93a25356801080d710d926e (diff)
Link with dnsapi.lib also in 32-bit builds
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs9/gio.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs9/gio.vcproj b/build/win32/vs9/gio.vcproj
index 1bf932dc2..c3697e5dc 100644
--- a/build/win32/vs9/gio.vcproj
+++ b/build/win32/vs9/gio.vcproj
@@ -65,7 +65,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib"
+ AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib Dnsapi.lib"
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
@@ -144,7 +144,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib"
+ AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib Dnsapi.lib"
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"