diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-08-07 17:19:45 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-07 17:19:45 +0000 |
commit | 77dd1f79cab44170b0470ec54e3e96020ec32972 (patch) | |
tree | 40ce78e5560845a2ca8df96bc4612666237130cb /www | |
parent | af75e8627338d4a83d2447ab2a834c3ecc0ff069 (diff) |
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1601 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/daily.t | 25 | ||||
-rw-r--r-- | www/tools.t | 5 |
3 files changed, 30 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index ef2b11d5b3..d113d4e705 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/daily.t b/www/daily.t index c8c7e992e5..4a1f34232e 100644 --- a/www/daily.t +++ b/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" diff --git a/www/tools.t b/www/tools.t index ad469ecba9..b367d73fb8 100644 --- a/www/tools.t +++ b/www/tools.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" |