Temp. make-calling script to test SDL_mixer 1.2.5 API
authorBill Kendrick <nbs@sonic.net>
Sun, 28 Dec 2003 08:54:34 +0000 (08:54 +0000)
committerBill Kendrick <nbs@sonic.net>
Sun, 28 Dec 2003 08:54:34 +0000 (08:54 +0000)
SVN-Revision: 56

make.sh [new file with mode: 0755]

diff --git a/make.sh b/make.sh
new file mode 100755 (executable)
index 0000000..acc1e65
--- /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`"