Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add missing imm32.lib from VS2010 project
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
VisualC/SDL/SDL_VS2010.vcxproj
|
@@ -110,7 +110,7 @@ echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" |
|
|
<Culture>0x0409</Culture> |
|
|
</ResourceCompile> |
|
|
<Link> |
|
|
<AdditionalDependencies>msvcrt.lib;msimg32.lib;version.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
<AdditionalDependencies>msvcrt.lib;msimg32.lib;version.lib;winmm.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
<OutputFile>$(IntDir)SDL.dll</OutputFile> |
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> |
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|