Skip to content

Commit

Permalink
Updated to SDL 2.0 (SMPEG doesn't build yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 3, 2012
1 parent 79f86c6 commit 7ee3e1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VisualC/SDL_mixer.vcproj
Expand Up @@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="SDL_mixer"
Name="SDL2_mixer"
ProjectGUID="{F7E944B3-0815-40CD-B3E4-90B2A15B0E33}"
RootNamespace="SDL_mixer"
TargetFrameworkVersion="131072"
Expand Down
4 changes: 2 additions & 2 deletions VisualC/playmus/playmus.vcproj
Expand Up @@ -71,7 +71,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
AdditionalDependencies="SDL2.lib SDL2main.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/playmus.pdb"
Expand Down Expand Up @@ -241,7 +241,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
AdditionalDependencies="SDL2.lib SDL2main.lib"
LinkIncremental="1"
ProgramDatabaseFile=".\Release/playmus.pdb"
SubSystem="2"
Expand Down
4 changes: 2 additions & 2 deletions VisualC/playwave/playwave.vcproj
Expand Up @@ -71,7 +71,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
AdditionalDependencies="SDL2.lib SDL2main.lib"
LinkIncremental="1"
ProgramDatabaseFile=".\Release/playwave.pdb"
SubSystem="2"
Expand Down Expand Up @@ -239,7 +239,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
AdditionalDependencies="SDL2.lib SDL2main.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/playwave.pdb"
Expand Down

0 comments on commit 7ee3e1d

Please sign in to comment.