Don't create debian/Makefile.
Fix transparency of gamespy xpm. git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@132 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
71b76d40cc
commit
efe7b97e20
@ -1,3 +1,7 @@
|
||||
Dec 17, 2001: Jordi Mallach <jordi@sindominio.net>
|
||||
- configure.in: remove debian/Makefile creation, too.
|
||||
- Attempt to fix Gamespy pixmap.
|
||||
|
||||
Dec 16, 2001: Jordi Mallach <jordi@sindominio.net>
|
||||
- Makefile.am: remove debian from SUBDIRS. What a pain in the ass!
|
||||
The whole directory should be removed, but this is the bare minimum.
|
||||
|
@ -93,8 +93,7 @@ fi
|
||||
|
||||
AC_OUTPUT([Makefile intl/Makefile po/Makefile.in \
|
||||
src/Makefile src/xpm/Makefile \
|
||||
docs/Makefile \
|
||||
debian/Makefile])
|
||||
docs/Makefile])
|
||||
|
||||
if test "x$qstat_is" = "xnotfound" ; then
|
||||
AC_MSG_RESULT([
|
||||
|
@ -1,22 +1,22 @@
|
||||
/* XPM */
|
||||
static char *gamespy3d_xpm[]={
|
||||
static char * gamespy3d_xpm[] = {
|
||||
"16 16 3 1",
|
||||
"# c #008000",
|
||||
"a c #00ff00",
|
||||
". c #ffffff",
|
||||
"................",
|
||||
"..####..........",
|
||||
".#.aaa#.........",
|
||||
".#a...aa........",
|
||||
".#a.............",
|
||||
".#a.####........",
|
||||
".#a...#aa.####..",
|
||||
".#a...#a.#.aaa#.",
|
||||
".#a...#a.#a....a",
|
||||
"..####a..#a.....",
|
||||
"..aaaa....####..",
|
||||
"...........aaa#.",
|
||||
"..............#a",
|
||||
".........#....#a",
|
||||
"..........####.a",
|
||||
"...........aaaa."};
|
||||
" c None",
|
||||
". c #008000",
|
||||
"+ c #00FF00",
|
||||
" ",
|
||||
" .... ",
|
||||
" . +++. ",
|
||||
" .+ ++ ",
|
||||
" .+ ",
|
||||
" .+ .... ",
|
||||
" .+ .++ .... ",
|
||||
" .+ .+ . +++. ",
|
||||
" .+ .+ .+ +",
|
||||
" ....+ .+ ",
|
||||
" ++++ .... ",
|
||||
" +++. ",
|
||||
" .+",
|
||||
" . .+",
|
||||
" .... +",
|
||||
" ++++ "};
|
||||
|
Loading…
x
Reference in New Issue
Block a user