mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
1.56 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@750 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
157a266e35
commit
5354c909ec
5 changed files with 32 additions and 2 deletions
|
@ -121,6 +121,12 @@ all: mkdirs PicoDrive
|
|||
|
||||
include ../common/common_arm.mak
|
||||
|
||||
platform/common/menu.o : revision.h
|
||||
|
||||
revision.h:
|
||||
@echo "#define REVISION \"`svn info | grep Revision | cut -c 11-`\"" > /tmp/r.tmp
|
||||
@diff -q $@ /tmp/r.tmp > /dev/null 2>&1 || mv -f /tmp/r.tmp $@
|
||||
|
||||
# partial linking helps profiled builds due to section merging
|
||||
PicoDrive.o : $(OBJS) ../common/helix/$(CROSS)helix-mp3.a
|
||||
$(LD) -r -o $@ $^
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define VERSION "1.55"
|
||||
#define VERSION "1.56"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue