From: Bill Kendrick Date: Sun, 28 Dec 2003 08:54:34 +0000 (+0000) Subject: Temp. make-calling script to test SDL_mixer 1.2.5 API X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=38258016a4b1a7bddbd8becff4e1755e2c654d0a;p=supertux.git Temp. make-calling script to test SDL_mixer 1.2.5 API SVN-Revision: 56 --- diff --git a/make.sh b/make.sh new file mode 100755 index 000000000..acc1e6506 --- /dev/null +++ b/make.sh @@ -0,0 +1,7 @@ +# This let's me use SDL_Mixer installed from source in /usr/local/... +# so that I can keep SDL_Mixer 1.2.1 Debian package installed under Woody, +# but sneak a copy of SDL_Mixer 1.2.5 source install +# -bjk; 2003.12.28 + +make SDL_LDFLAGS="-L/usr/local/lib `sdl-config --libs`" \ + SDL_CFLAGS="-I/usr/local/include/SDL `sdl-config --cflags`"