# HG changeset patch # User Andreas Schiffler # Date 1283918162 25200 # Node ID 0972c2893e684edfb121d35c22f95e02b5c0cd98 # Parent 64a1db785f2cbf3dfe8f64f3caaecbf81ab8bdbd Add missing imm32.lib from VS2010 project diff -r 64a1db785f2c -r 0972c2893e68 VisualC/SDL/SDL_VS2010.vcxproj --- a/VisualC/SDL/SDL_VS2010.vcxproj Sun Aug 29 22:34:50 2010 -0700 +++ b/VisualC/SDL/SDL_VS2010.vcxproj Tue Sep 07 20:56:02 2010 -0700 @@ -110,7 +110,7 @@ 0x0409 - msvcrt.lib;msimg32.lib;version.lib;winmm.lib;%(AdditionalDependencies) + msvcrt.lib;msimg32.lib;version.lib;winmm.lib;imm32.lib;%(AdditionalDependencies) $(IntDir)SDL.dll true true