MSVC2005: add winmm.lib to linker, needed by rthreads changes in f4c187e
This commit is contained in:
parent
6d821132f5
commit
8aa8d6ff6b
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue