diff --git a/README.md b/README.md index 1075ed7..3962e13 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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, @@ -233,7 +233,7 @@ Michael Bethke (https://github.com/AVividLight), shuttersparks. VERSION ======= -1.2.6 +1.2.8 LICENSE diff --git a/kiss_example1.vcxproj b/kiss_example1.vcxproj index b12ebce..f4c8ada 100755 --- a/kiss_example1.vcxproj +++ b/kiss_example1.vcxproj @@ -65,24 +65,24 @@ true . - C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) + C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) true . - C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) + C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) . - C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) + C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) . - C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.5\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) + C:\SDL2_ttf-2.0.14\include;C:\SDL2-2.0.6\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) @@ -140,4 +140,4 @@ - \ No newline at end of file + diff --git a/kiss_example2.vcxproj b/kiss_example2.vcxproj index 4f52886..e02426b 100755 --- a/kiss_example2.vcxproj +++ b/kiss_example2.vcxproj @@ -65,24 +65,24 @@ true . - C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) + C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) true . - C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) + C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x86;C:\SDL2_ttf-2.0.14\lib\x86;C:\SDL2_image-2.0.1\lib\x86;$(LibraryPath) . - C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) + C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) . - C:\SDL2-2.0.5\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) - C:\SDL2-2.0.5\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) + C:\SDL2-2.0.6\include;C:\SDL2_ttf-2.0.14\include;C:\SDL2_image-2.0.1\include;$(IncludePath) + C:\SDL2-2.0.6\lib\x64;C:\SDL2_ttf-2.0.14\lib\x64;C:\SDL2_image-2.0.1\lib\x64;$(LibraryPath) @@ -138,4 +138,4 @@ - \ No newline at end of file + diff --git a/kiss_makefile b/kiss_makefile index c4f1234..daa7977 100755 --- a/kiss_makefile +++ b/kiss_makefile @@ -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 @@ -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