1
0
Fork 0
forked from len0rd/rockbox

Automated version string handling in the boot loader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7152 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-07-15 07:42:25 +00:00
parent 05012ac9f7
commit a2e8cf713e
2 changed files with 8 additions and 1 deletions

View file

@ -26,6 +26,10 @@ ifdef APPEXTRA
INCLUDES += -I$(APPEXTRA)
endif
ifndef VERSION
VERSION=$(shell date +%y%m%d-%H%M)
endif
CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(DEFINES) \
-DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE}