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

View File

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