summaryrefslogtreecommitdiffstats
path: root/src/sdl2_gfx.mk
Commit message (Collapse)AuthorAgeFilesLines
* sdl2_gfx: Run autogen.sh to recreate build files.Tobias Gruetzmacher2015-02-051-1/+1
| | | | | | Timestamps inside the SDL2_gfx archive seem to be strange, so make tries to run aclocal with the wrong parameters and fails (in a mostly clean environement).
* Remove i686-pc-mingw32 package recipesTimothy Gu2014-10-141-3/+0
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl2_gfx: fix syntax error near unexpected token `) 'Luis Saavedra2014-09-161-2/+2
| | | | | | | | | Also use `` instead of $() and use $(SED) instead of sed (completely my fault). Fixes #506. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl2_gfx: enable shared buildTimothy Gu2014-08-041-6/+4
|
* sdl2_gfx: disable on i686-pc-mingw32Timothy Gu2014-08-041-0/+3
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl2_gfx: new MakefileSylvain Beucler2014-08-041-0/+34
Some modifications made by me (Timothy): - test program name changed to follow conventions - checksum fixed Signed-off-by: Timothy Gu <timothygu99@gmail.com