Mercurial > sdl-ios-xcode
diff VisualC/SDL/SDL_VS2010.vcxproj @ 4849:0b918c186938
Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!
author | egottlieb |
---|---|
date | Sat, 14 Aug 2010 16:14:36 -0400 |
parents | 93402b9dd20c |
children | fff50e86c891 |
line wrap: on
line diff
--- a/VisualC/SDL/SDL_VS2010.vcxproj Thu Aug 12 18:17:15 2010 -0400 +++ b/VisualC/SDL/SDL_VS2010.vcxproj Sat Aug 14 16:14:36 2010 -0400 @@ -110,7 +110,7 @@ <Culture>0x0409</Culture> </ResourceCompile> <Link> - <AdditionalDependencies>msimg32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>msvcrt.lib;msimg32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(IntDir)SDL.dll</OutputFile> <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation>