fixed missing APPSVERSION definition

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-08-19 12:02:34 +00:00
parent 047b8d7819
commit 111597ba02

View file

@ -24,7 +24,7 @@ TARGET = -DARCHOS_RECORDER=1
# store output files in this directory:
OBJDIR = .
DEFINES = -DLCD_PROPFONTS
DEFINES = -DLCD_PROPFONTS -DAPPSVERSION=\"CVS\"
CFLAGS = -O -W -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET) $(DEFINES)
AFLAGS += -small -relax