From: Bill Kendrick Date: Sun, 28 Dec 2003 11:08:59 +0000 (+0000) Subject: No longer needed. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f653a43fba96c1ff4ba97debac28bfd644b9baf0;p=supertux.git No longer needed. SVN-Revision: 72 --- diff --git a/make.sh b/make.sh deleted file mode 100755 index acc1e6506..000000000 --- a/make.sh +++ /dev/null @@ -1,7 +0,0 @@ -# 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`"