Releases: Pharap/SDL2-Project-Template
Releases · Pharap/SDL2-Project-Template
Fix release build and missing filters
- The release builds were broken due to missing library linkage. This is now fixed.
- The release builds were missing the
COPY
build event. This is now fixed. - Several files were missing from the filters. This is now fixed.
- The missing filters were for
SDL_locale.h
,SDL_metal.h
,SDL_misc.h
andSDL_sensor.h
- The missing filters were for
Fix missing project template inclusions
The previous release wasn't properly including the files introduced by the new SDL version.
This release updates the .template
and .vcxproj
files to ensure that the template properly copies and includes the files into any created projects.
SDL_ttf and SDL_image
Added SDL_ttf and SDL_image. Updated SDL2.
- SDL2: 2.0.14
- SDL_ttf: 2.0.12
- SDL_image: 2.0.5
Second Release
Fixed an issue for Windows 10 users and improved the Main.cpp
file.
Initial Release
main
is currently very simple, it just opens a window, waits 1 second, closes the window and then returns 0
.