applied Sanders LD and resize patches

This commit is contained in:
Anselm R.Garbe
2006-08-14 08:43:19 +02:00
parent 4cb78a170c
commit 95766d6241
3 changed files with 9 additions and 4 deletions

View File

@ -20,5 +20,6 @@ LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# compiler
# compiler and linker
CC = cc
LD = ${CC}