Fixed SDL_VS2005.vcproj
This commit is contained in:
parent
cb98f67b45
commit
bd88a60533
1 changed files with 18 additions and 1 deletions
|
@ -2,9 +2,11 @@
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8.00"
|
||||||
|
|
||||||
Name="SDL"
|
Name="SDL"
|
||||||
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
|
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
|
||||||
RootNamespace="SDL"
|
RootNamespace="SDL"
|
||||||
|
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
@ -77,14 +79,18 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
|
|
||||||
AdditionalDependencies="msimg32.lib winmm.lib"
|
AdditionalDependencies="msimg32.lib winmm.lib"
|
||||||
OutputFile=".\Debug/SDL.dll"
|
OutputFile=".\Debug/SDL.dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
|
|
||||||
IgnoreAllDefaultLibraries="true"
|
IgnoreAllDefaultLibraries="true"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Debug/SDL.pdb"
|
ProgramDatabaseFile=".\Debug/SDL.pdb"
|
||||||
|
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
|
||||||
ImportLibrary=".\Debug/SDL.lib"
|
ImportLibrary=".\Debug/SDL.lib"
|
||||||
CLRUnmanagedCodeCheck="false"
|
CLRUnmanagedCodeCheck="false"
|
||||||
/>
|
/>
|
||||||
|
@ -107,9 +113,10 @@
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
|
||||||
Name="VCWebDeploymentTool"
|
Name="VCWebDeploymentTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
@ -185,6 +192,7 @@
|
||||||
IgnoreAllDefaultLibraries="true"
|
IgnoreAllDefaultLibraries="true"
|
||||||
ProgramDatabaseFile=".\Release/SDL.pdb"
|
ProgramDatabaseFile=".\Release/SDL.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
|
||||||
ImportLibrary=".\Release/SDL.lib"
|
ImportLibrary=".\Release/SDL.lib"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -940,6 +948,15 @@
|
||||||
RelativePath="..\..\src\timer\SDL_timer_c.h"
|
RelativePath="..\..\src\timer\SDL_timer_c.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
|
||||||
|
RelativePath="..\..\src\events\SDL_touch.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\events\SDL_touch_c.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\video\SDL_video.c"
|
RelativePath="..\..\src\video\SDL_video.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue