forked from len0rd/rockbox
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1601 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af75e86273
commit
77dd1f79ca
3 changed files with 30 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
|
||||
|
||||
SRC := $(wildcard *.t)
|
||||
OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html
|
||||
OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml
|
||||
|
||||
.SUFFIXES: .t .html
|
||||
|
||||
|
|
|
|||
25
www/daily.t
25
www/daily.t
|
|
@ -32,4 +32,29 @@ The batch timestamp is GMT.
|
|||
|
||||
<p>
|
||||
<!--#include virtual="buildstatus.link" -->
|
||||
|
||||
<h2>CVS builds</h2>
|
||||
|
||||
<p>These builds are as "bleeding edge" as you can get. Up-to-date builds of the latest CVS code (the top line from the above table):
|
||||
|
||||
<p><table class=dailymod><tr valign=top>
|
||||
<td>
|
||||
<a href="auto/build-player/archos.mod">Player</a><br>
|
||||
<a href="auto/build-playerdebug/archos.mod">Player debug</a><br>
|
||||
<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br>
|
||||
<a href="auto/build-playersimwin32/uisw32.exe">Player simulator (win32)</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="auto/build-playerold/archos.mod">Player-old</a><br>
|
||||
<a href="auto/build-playerolddebug/archos.mod">Player-old debug</a><br>
|
||||
<a href="auto/build-playeroldsim/rockboxui">Player-old simulator (linux)</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br>
|
||||
<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br>
|
||||
<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br>
|
||||
<a href="auto/build-recordersimwin32/uisw32.exe">Recorder simulator (win32)</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
#include "foot.t"
|
||||
|
|
|
|||
|
|
@ -55,9 +55,12 @@ The data is then spread over four memory segments. The two least significant bit
|
|||
|
||||
<p>There are also
|
||||
<a href="http://www.sh-linux.org/rpm/RPMS/i386/RedHat7.1/">
|
||||
pre-cooked RH7.1 RPMs</a> available from sh-linux.org
|
||||
pre-cooked RH7.1 RPMs</a> available from sh-linux.org, although some people have reported difficulties getting Rockbox to work with this.
|
||||
|
||||
<p>Felix Arends has written a page about
|
||||
<a href="sh-win/">setting up an SH-1 compiler for Windows</a>.
|
||||
|
||||
<p>Justin Heiner has built a
|
||||
<a href="http://merwin.bespin.org/sh1cygwin/">win32 cross compiler for cygwin users</a>.
|
||||
|
||||
#include "foot.t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue