MSVC2005: add winmm.lib to linker, needed by rthreads changes in f4c187e

This commit is contained in:
Brad Parker 2017-02-14 02:39:26 +00:00
parent 6d821132f5
commit 8aa8d6ff6b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="msimg32.lib" AdditionalDependencies="msimg32.lib winmm.lib"
OutputFile="$(OutDir)/RetroArch-msvc2005.exe" OutputFile="$(OutDir)/RetroArch-msvc2005.exe"
LinkIncremental="1" LinkIncremental="1"
GenerateDebugInformation="true" GenerateDebugInformation="true"