Skip to content

Commit

Permalink
SDL 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actsl committed May 26, 2018
1 parent 4d1a2a0 commit dd292a2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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.7 to 2.0.8.
simple, like only changing the version of the library from 2.0.8 to 2.0.9.

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

1.2.10
1.2.12


LICENSE
Expand Down
16 changes: 8 additions & 8 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.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.7\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.8\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
16 changes: 8 additions & 8 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.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>.</OutDir>
<IncludePath>C:\SDL2-2.0.7\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.2\include;$(IncludePath)</IncludePath>
<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>
<IncludePath>C:\SDL2-2.0.8\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.3\include;$(IncludePath)</IncludePath>
<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>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
20 changes: 10 additions & 10 deletions kiss_makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ C = gcc

### 32 bit Windows

#LDFLAGS = -LC:\SDL2-2.0.7\i686-w64-mingw32\lib \
#LDFLAGS = -LC:\SDL2-2.0.8\i686-w64-mingw32\lib \
-LC:\SDL2_ttf-2.0.14\i686-w64-mingw32\lib \
-LC:\SDL2_image-2.0.2\i686-w64-mingw32\lib \
-LC:\SDL2_image-2.0.3\i686-w64-mingw32\lib \
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf \
-mwindows -m32 -march=i686
#CFLAGS = -IC:\SDL2-2.0.7\i686-w64-mingw32\include \
-IC:\SDL2-2.0.7\i686-w64-mingw32\include\SDL2 \
#CFLAGS = -IC:\SDL2-2.0.8\i686-w64-mingw32\include \
-IC:\SDL2-2.0.8\i686-w64-mingw32\include\SDL2 \
-IC:\SDL2_ttf-2.0.14\i686-w64-mingw32\include \
-IC:\SDL2_image-2.0.2\i686-w64-mingw32\include \
-IC:\SDL2_image-2.0.3\i686-w64-mingw32\include \
-Wall -c -std=c89 -m32 -march=i686
#BIN1 = kiss_example1.exe
#BIN2 = kiss_example2.exe

### 64 bit Windows

#LDFLAGS = -LC:\SDL2-2.0.7\x86_64-w64-mingw32\lib \
#LDFLAGS = -LC:\SDL2-2.0.8\x86_64-w64-mingw32\lib \
-LC:\SDL2_ttf-2.0.14\x86_64-w64-mingw32\lib \
-LC:\SDL2_image-2.0.2\x86_64-w64-mingw32\lib \
-LC:\SDL2_image-2.0.3\x86_64-w64-mingw32\lib \
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf \
-mwindows
#CFLAGS = -IC:\SDL2-2.0.7\x86_64-w64-mingw32\include \
-IC:\SDL2-2.0.7\x86_64-w64-mingw32\include\SDL2 \
#CFLAGS = -IC:\SDL2-2.0.8\x86_64-w64-mingw32\include \
-IC:\SDL2-2.0.8\x86_64-w64-mingw32\include\SDL2 \
-IC:\SDL2_ttf-2.0.14\x86_64-w64-mingw32\include \
-IC:\SDL2_image-2.0.2\x86_64-w64-mingw32\include \
-IC:\SDL2_image-2.0.3\x86_64-w64-mingw32\include \
-Wall -c -std=c89
#BIN1 = kiss_example1.exe
#BIN2 = kiss_example2.exe
Expand Down

0 comments on commit dd292a2

Please sign in to comment.