fixed missing APPSVERSION definition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
047b8d7819
commit
111597ba02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue