Skip to content

Tags: mkxp-z/SDL

Tags

release-2.0.12

Backed out changeset 7ca4a9de2ae4

release-2.0.10

hidapi: Zero out new hid_device_info structs

release-2.0.9

rename os2 makefile so that 'make dist' catches it; update it a bit.

release-2.0.8

Added patch note for Android Studio support

release-2.0.7

Don't X error in SDL_CreateWindow with unsupported GL attributes

release-2.0.6

Fixed Mac OS X build

release-2.0.5

Fixed bug 3460 - docs/README-macosx.md: g++fat.sh should be g++-fat.s…

…h in universal build command

Elisée Maurer

I scratched my head for a while until I realized there's a typo in the command listed in the instructions for universal Mac builds: https://hg.libsdl.org/SDL/file/c1bb718f6c3f/docs/README-macosx.md#l24

It should say `g++-fat.sh` but instead it says `g++fat.sh`, which makes `./configure` fail with a C++ preprocessor error.

release-2.0.4

Backed out commit 4de94185790e, this causes Visual Studio build failu…

…re on buildbot

release-2.0.3

Fixed iOS build

release-2.0.2

CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio.