projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e61bb6
)
Temp. make-calling script to test SDL_mixer 1.2.5 API
author
Bill Kendrick
<nbs@sonic.net>
Sun, 28 Dec 2003 08:54:34 +0000
(08:54 +0000)
committer
Bill 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]
patch
|
blob
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`"