Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed SDL_VS2005.vcproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtla committed Dec 16, 2010
1 parent 05e30da commit 0200440
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion VisualC/SDL/SDL_VS2005.vcproj
Expand Up @@ -2,9 +2,11 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"

Name="SDL"
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
RootNamespace="SDL"

>
<Platforms>
<Platform
Expand Down Expand Up @@ -77,14 +79,18 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"

AdditionalDependencies="msimg32.lib winmm.lib"
OutputFile=".\Debug/SDL.dll"
LinkIncremental="2"
SuppressStartupBanner="true"

IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL.pdb"

SubSystem="2"

ImportLibrary=".\Debug/SDL.lib"
CLRUnmanagedCodeCheck="false"
/>
Expand All @@ -107,9 +113,10 @@
Name="VCAppVerifierTool"
/>
<Tool

Name="VCWebDeploymentTool"
/>
<Tool
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Expand Down Expand Up @@ -185,6 +192,7 @@
IgnoreAllDefaultLibraries="true"
ProgramDatabaseFile=".\Release/SDL.pdb"
SubSystem="2"

ImportLibrary=".\Release/SDL.lib"
/>
<Tool
Expand Down Expand Up @@ -940,6 +948,15 @@
RelativePath="..\..\src\timer\SDL_timer_c.h"
>
</File>
<File

RelativePath="..\..\src\events\SDL_touch.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_touch_c.h"
>
</File>
<File
RelativePath="..\..\src\video\SDL_video.c"
>
Expand Down

0 comments on commit 0200440

Please sign in to comment.