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
|
||||
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"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
|
Loading…
Reference in New Issue
Block a user