Skip to content

Commit dd292a2

Browse files
committed
SDL 2.0.8
1 parent 4d1a2a0 commit dd292a2

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ command line tools also have to be installed standalone in macOS. Then
195195
change the paths to the directories under which you installed the SDL2
196196
development libraries. By default, it is assumed that the libraries are
197197
installed under C:\\. No change may be necessary, or the change may be
198-
simple, like only changing the version of the library from 2.0.7 to 2.0.8.
198+
simple, like only changing the version of the library from 2.0.8 to 2.0.9.
199199

200200
In Windows, this toolkit was tested with MinGW-w64, installed with the
201201
installer downloaded from https://sourceforge.net/projects/mingw-w64 for
@@ -237,7 +237,7 @@ Michael Bethke (https://github.com/AVividLight), solarHunter (https://github.com
237237
VERSION
238238
=======
239239

240-
1.2.10
240+
1.2.12
241241

242242

243243
LICENSE

kiss_example1.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,24 @@
6565
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6666
<LinkIncremental>true</LinkIncremental>
6767
<OutDir>.</OutDir>
68-
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
69-
<LibraryPath>C:\SDL2-2.0.7\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.2\lib\x86;$(LibraryPath)</LibraryPath>
68+
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
69+
<LibraryPath>C:\SDL2-2.0.8\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
7070
</PropertyGroup>
7171
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7272
<LinkIncremental>true</LinkIncremental>
7373
<OutDir>.</OutDir>
74-
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
75-
<LibraryPath>C:\SDL2-2.0.7\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.2\lib\x86;$(LibraryPath)</LibraryPath>
74+
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
75+
<LibraryPath>C:\SDL2-2.0.8\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7878
<OutDir>.</OutDir>
79-
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
80-
<LibraryPath>C:\SDL2-2.0.7\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.2\lib\x64;$(LibraryPath)</LibraryPath>
79+
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
80+
<LibraryPath>C:\SDL2-2.0.8\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.3\lib\x64;$(LibraryPath)</LibraryPath>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8383
<OutDir>.</OutDir>
84-
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
85-
<LibraryPath>C:\SDL2-2.0.7\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.2\lib\x64;$(LibraryPath)</LibraryPath>
84+
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
85+
<LibraryPath>C:\SDL2-2.0.8\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.3\lib\x64;$(LibraryPath)</LibraryPath>
8686
</PropertyGroup>
8787
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8888
<ClCompile>

kiss_example2.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,24 @@
6565
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6666
<LinkIncremental>true</LinkIncremental>
6767
<OutDir>.</OutDir>
68-
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
69-
<LibraryPath>C:\SDL2-2.0.7\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.2\lib\x86;$(LibraryPath)</LibraryPath>
68+
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
69+
<LibraryPath>C:\SDL2-2.0.8\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
7070
</PropertyGroup>
7171
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7272
<LinkIncremental>true</LinkIncremental>
7373
<OutDir>.</OutDir>
74-
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
75-
<LibraryPath>C:\SDL2-2.0.7\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.2\lib\x86;$(LibraryPath)</LibraryPath>
74+
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
75+
<LibraryPath>C:\SDL2-2.0.8\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.3\lib\x86;$(LibraryPath)</LibraryPath>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
7878
<OutDir>.</OutDir>
79-
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
80-
<LibraryPath>C:\SDL2-2.0.7\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.2\lib\x64;$(LibraryPath)</LibraryPath>
79+
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
80+
<LibraryPath>C:\SDL2-2.0.8\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.3\lib\x64;$(LibraryPath)</LibraryPath>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8383
<OutDir>.</OutDir>
84-
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
85-
<LibraryPath>C:\SDL2-2.0.7\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.2\lib\x64;$(LibraryPath)</LibraryPath>
84+
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
85+
<LibraryPath>C:\SDL2-2.0.8\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.3\lib\x64;$(LibraryPath)</LibraryPath>
8686
</PropertyGroup>
8787
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8888
<ClCompile>

kiss_makefile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ C = gcc
55

66
### 32 bit Windows
77

8-
#LDFLAGS = -LC:\SDL2-2.0.7\i686-w64-mingw32\lib \
8+
#LDFLAGS = -LC:\SDL2-2.0.8\i686-w64-mingw32\lib \
99
-LC:\SDL2_ttf-2.0.14\i686-w64-mingw32\lib \
10-
-LC:\SDL2_image-2.0.2\i686-w64-mingw32\lib \
10+
-LC:\SDL2_image-2.0.3\i686-w64-mingw32\lib \
1111
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf \
1212
-mwindows -m32 -march=i686
13-
#CFLAGS = -IC:\SDL2-2.0.7\i686-w64-mingw32\include \
14-
-IC:\SDL2-2.0.7\i686-w64-mingw32\include\SDL2 \
13+
#CFLAGS = -IC:\SDL2-2.0.8\i686-w64-mingw32\include \
14+
-IC:\SDL2-2.0.8\i686-w64-mingw32\include\SDL2 \
1515
-IC:\SDL2_ttf-2.0.14\i686-w64-mingw32\include \
16-
-IC:\SDL2_image-2.0.2\i686-w64-mingw32\include \
16+
-IC:\SDL2_image-2.0.3\i686-w64-mingw32\include \
1717
-Wall -c -std=c89 -m32 -march=i686
1818
#BIN1 = kiss_example1.exe
1919
#BIN2 = kiss_example2.exe
2020

2121
### 64 bit Windows
2222

23-
#LDFLAGS = -LC:\SDL2-2.0.7\x86_64-w64-mingw32\lib \
23+
#LDFLAGS = -LC:\SDL2-2.0.8\x86_64-w64-mingw32\lib \
2424
-LC:\SDL2_ttf-2.0.14\x86_64-w64-mingw32\lib \
25-
-LC:\SDL2_image-2.0.2\x86_64-w64-mingw32\lib \
25+
-LC:\SDL2_image-2.0.3\x86_64-w64-mingw32\lib \
2626
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf \
2727
-mwindows
28-
#CFLAGS = -IC:\SDL2-2.0.7\x86_64-w64-mingw32\include \
29-
-IC:\SDL2-2.0.7\x86_64-w64-mingw32\include\SDL2 \
28+
#CFLAGS = -IC:\SDL2-2.0.8\x86_64-w64-mingw32\include \
29+
-IC:\SDL2-2.0.8\x86_64-w64-mingw32\include\SDL2 \
3030
-IC:\SDL2_ttf-2.0.14\x86_64-w64-mingw32\include \
31-
-IC:\SDL2_image-2.0.2\x86_64-w64-mingw32\include \
31+
-IC:\SDL2_image-2.0.3\x86_64-w64-mingw32\include \
3232
-Wall -c -std=c89
3333
#BIN1 = kiss_example1.exe
3434
#BIN2 = kiss_example2.exe

0 commit comments

Comments
 (0)