projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e4e8d
)
No longer needed.
author
Bill Kendrick
<nbs@sonic.net>
Sun, 28 Dec 2003 11:08:59 +0000
(11:08 +0000)
committer
Bill Kendrick
<nbs@sonic.net>
Sun, 28 Dec 2003 11:08:59 +0000
(11:08 +0000)
SVN-Revision: 72
make.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/make.sh
b/make.sh
deleted file mode 100755
(executable)
index
acc1e65
..0000000
--- 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`"