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:
Chun-wei Fan 2012-08-17 00:04:07 +08:00
parent 04348bda0b
commit e6bd6128a2

View File

@ -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"