X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fsdl12%2FMakefile;fp=Externals%2Fsdl12%2FMakefile;h=96acd04e7ad28e7eb45a21073888317f1b452611;hb=a30bd6e6d712dc6d4e64e33414b461e1377d4056;hp=0000000000000000000000000000000000000000;hpb=41e7d6a1d996936670f164a26580f18b727c6450;p=tpg%2Facess2.git diff --git a/Externals/sdl12/Makefile b/Externals/sdl12/Makefile new file mode 100644 index 00000000..96acd04e --- /dev/null +++ b/Externals/sdl12/Makefile @@ -0,0 +1,15 @@ +# +# Acess2 External: libsdl1.2 +# - Makefile and patches by John Hodge (thePowersGang) +# + +DEPS := +TARBALL_PATTERN := SDL-*.tar.gz +TARBALL_TO_DIR_L := %.tar.gz +TARBALL_TO_DIR_R := % +PATCHES := configure.in +CONFIGURE_ARGS = +AUTORECONF = yes + +include ../common.mk +