Fix SDL stuff to compile.
authorTimo Korvola <tkorvola@iki.fi>
Wed, 28 Feb 2018 22:02:20 +0000 (00:02 +0200)
committerTimo Korvola <tkorvola@iki.fi>
Wed, 28 Feb 2018 22:02:20 +0000 (00:02 +0200)
commit188adf53993611aa5658440e7b76827eb3ea5efe
tree8a187c61bce7adf36abc430a4f90edbb217cb6da
parent5001e9066e1ea876b10c23dc0e0f2b1cb9cf7d1a
Fix SDL stuff to compile.

Add a minimal GNU Makefile.  A large part of os_process_arguments
was replaced from the curses version.  Other fixes were minimal.

Compiles (with warnings) but haven't tried linking.
src/sdl/Makefile [new file with mode: 0644]
src/sdl/sf_images.c
src/sdl/sf_resource.c
src/sdl/sf_util.c