Mercurial > dwm-meillo
changeset 70:e5fff8249705
draw bar on exposure ;)
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Fri, 14 Jul 2006 18:46:12 +0200 |
parents | cc68153c9a8a |
children | 7681ef838201 |
files | Makefile config.mk event.c |
diffstat | 3 files changed, 9 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jul 14 18:40:36 2006 +0200 +++ b/Makefile Fri Jul 14 18:46:12 2006 +0200 @@ -29,7 +29,7 @@ @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: - rm -f dwm *.o core + rm -f dwm *.o core dwm-${VERSION}.tar.gz dist: clean mkdir -p dwm-${VERSION}
--- a/config.mk Fri Jul 14 18:40:36 2006 +0200 +++ b/config.mk Fri Jul 14 18:46:12 2006 +0200 @@ -14,12 +14,12 @@ LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 # Linux/BSD -CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ +#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ +# -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} +CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -# -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +LDFLAGS = -g ${LIBS} # Solaris