Fix VS2010 and VS2012 solutions.

This commit is contained in:
Andreas Schiffler 2012-12-31 19:11:14 -08:00
parent 3067058b0d
commit e225eb7390
8 changed files with 24 additions and 6 deletions

View file

@ -219,10 +219,12 @@ copy "$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\test\common.c" />
<ClCompile Include="..\..\..\test\testsprite2.c" />
</ItemGroup>
<ItemGroup>
<Library Include="..\..\SDLtest\Win32\Debug\SDLtest.lib">
<FileType>Document</FileType>
</Library>
<Library Include="..\..\Sdl\$(Platform)\$(Configuration)\SDL.lib" />
<Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDLmain.lib" />
</ItemGroup>