summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Tiles.vsprops
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-24 12:11:50 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-24 20:56:31 -0700
commit68e59795393b5b26c7c61f71bb7b654d9be36220 (patch)
treedc432b0986c3bf8dbb8b7720a78acdeacd5a599f /crawl-ref/source/MSVC/Tiles.vsprops
parent92822bfc9847066fa84d240f3c3cb7902467661b (diff)
downloadcrawl-ref-68e59795393b5b26c7c61f71bb7b654d9be36220.tar.gz
crawl-ref-68e59795393b5b26c7c61f71bb7b654d9be36220.zip
msvc: add x86_64 build support
This updates all the contrib projects for this support as well. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/MSVC/Tiles.vsprops')
-rw-r--r--crawl-ref/source/MSVC/Tiles.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/MSVC/Tiles.vsprops b/crawl-ref/source/MSVC/Tiles.vsprops
index 6ace6166ef..2fbd52783a 100644
--- a/crawl-ref/source/MSVC/Tiles.vsprops
+++ b/crawl-ref/source/MSVC/Tiles.vsprops
@@ -11,7 +11,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_image.lib SDLmain.lib libpng.lib zlib.lib freetype.lib opengl32.lib glu32.lib"
+ AdditionalDependencies="SDL.lib SDL_image.lib SDLmain.lib libpng.lib zlib.lib freetype.lib opengl32.lib glu32.lib winmm.lib dxguid.lib"
AdditionalLibraryDirectories="&quot;$(SolutionDir)\..\contrib\bin\8.0\$(PlatformName)&quot;"
/>
</VisualStudioPropertySheet>