Skip to content

Commit

Permalink
SDL 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actsl committed Sep 27, 2017
1 parent ba77a1c commit 36d2425
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ command line tools also have to be installed standalone in macOS. Then
change the paths to the directories under which you installed the SDL2
development libraries. By default, it is assumed that the libraries are
installed under C:\\. No change may be necessary, or the change may be
simple, like only changing the version of the library from 2.0.5 to 2.0.6.
simple, like only changing the version of the library from 2.0.6 to 2.0.7.

In Windows, this toolkit was tested with MinGW-w64, installed with the
installer downloaded from https://sourceforge.net/projects/mingw-w64 for
Expand All @@ -201,7 +201,7 @@ tested. A 32 bit compiler also works with 64 bit Windows, but a 64 bit
compiler cannot be used with 32 bit Windows.

It was also tested in the Visual Studio Community 2015 and SDL2 version
2.0.5. The project files for the Visual Studio are provided, but a similar
2.0.6. The project files for the Visual Studio are provided, but a similar
changes to the library paths should be made if necessary, as described
above, in the project -> properties -> configuration properties -> vc++
directories. The paths of the 64 bit SDL2 libraries for x64 are entered,
Expand Down Expand Up @@ -233,7 +233,7 @@ Michael Bethke (https://github.com/AVividLight), shuttersparks.
VERSION
=======

1.2.6
1.2.8


LICENSE
Expand Down
18 changes: 9 additions & 9 deletions kiss_example1.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,24 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -140,4 +140,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
18 changes: 9 additions & 9 deletions kiss_example2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,24 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
<IncludePath>C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -138,4 +138,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
12 changes: 6 additions & 6 deletions kiss_makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ C = gcc

### 32 bit Windows

#LDFLAGS = -LC:\SDL2-2.0.5\i686-w64-mingw32\lib \
#LDFLAGS = -LC:\SDL2-2.0.6\i686-w64-mingw32\lib \
-LC:\SDL2_ttf-2.0.14\i686-w64-mingw32\lib \
-LC:\SDL2_image-2.0.1\i686-w64-mingw32\lib \
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf \
-mwindows -m32 -march=i686
#CFLAGS = -IC:\SDL2-2.0.5\i686-w64-mingw32\include \
-IC:\SDL2-2.0.5\i686-w64-mingw32\include\SDL2 \
#CFLAGS = -IC:\SDL2-2.0.6\i686-w64-mingw32\include \
-IC:\SDL2-2.0.6\i686-w64-mingw32\include\SDL2 \
-IC:\SDL2_ttf-2.0.14\i686-w64-mingw32\include \
-IC:\SDL2_image-2.0.1\i686-w64-mingw32\include \
-Wall -c -std=c89 -m32 -march=i686
Expand All @@ -20,13 +20,13 @@ C = gcc

### 64 bit Windows

#LDFLAGS = -LC:\SDL2-2.0.5\x86_64-w64-mingw32\lib \
#LDFLAGS = -LC:\SDL2-2.0.6\x86_64-w64-mingw32\lib \
-LC:\SDL2_ttf-2.0.14\x86_64-w64-mingw32\lib \
-LC:\SDL2_image-2.0.1\x86_64-w64-mingw32\lib \
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf \
-mwindows
#CFLAGS = -IC:\SDL2-2.0.5\x86_64-w64-mingw32\include \
-IC:\SDL2-2.0.5\x86_64-w64-mingw32\include\SDL2 \
#CFLAGS = -IC:\SDL2-2.0.6\x86_64-w64-mingw32\include \
-IC:\SDL2-2.0.6\x86_64-w64-mingw32\include\SDL2 \
-IC:\SDL2_ttf-2.0.14\x86_64-w64-mingw32\include \
-IC:\SDL2_image-2.0.1\x86_64-w64-mingw32\include \
-Wall -c -std=c89
Expand Down

0 comments on commit 36d2425

Please sign in to comment.