mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Fix cogl.vcproj
x64 release builds with the SDL winsys need to link to the SDL libraries as well, which was missed. Make up for that.
This commit is contained in:
parent
04348bda0b
commit
e6bd6128a2
@ -262,7 +262,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="pangocairo-1.0.lib pango-1.0.lib cairo.lib"
|
AdditionalDependencies="SDL.lib SDLmain.lib pangocairo-1.0.lib pango-1.0.lib cairo.lib"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user