summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile2
-rw-r--r--www/daily.t25
-rw-r--r--www/tools.t5
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 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html 4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml
5 5
6.SUFFIXES: .t .html 6.SUFFIXES: .t .html
7 7
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.
32 32
33<p> 33<p>
34<!--#include virtual="buildstatus.link" --> 34<!--#include virtual="buildstatus.link" -->
35
36<h2>CVS builds</h2>
37
38<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):
39
40<p><table class=dailymod><tr valign=top>
41<td>
42<a href="auto/build-player/archos.mod">Player</a><br>
43<a href="auto/build-playerdebug/archos.mod">Player debug</a><br>
44<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br>
45<a href="auto/build-playersimwin32/uisw32.exe">Player simulator (win32)</a>
46</td>
47<td>
48<a href="auto/build-playerold/archos.mod">Player-old</a><br>
49<a href="auto/build-playerolddebug/archos.mod">Player-old debug</a><br>
50<a href="auto/build-playeroldsim/rockboxui">Player-old simulator (linux)</a>
51</td>
52<td>
53<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br>
54<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br>
55<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br>
56<a href="auto/build-recordersimwin32/uisw32.exe">Recorder simulator (win32)</a>
57</td>
58</tr></table>
59
35#include "foot.t" 60#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
55 55
56<p>There are also 56<p>There are also
57<a href="http://www.sh-linux.org/rpm/RPMS/i386/RedHat7.1/"> 57<a href="http://www.sh-linux.org/rpm/RPMS/i386/RedHat7.1/">
58pre-cooked RH7.1 RPMs</a> available from sh-linux.org 58pre-cooked RH7.1 RPMs</a> available from sh-linux.org, although some people have reported difficulties getting Rockbox to work with this.
59 59
60<p>Felix Arends has written a page about 60<p>Felix Arends has written a page about
61<a href="sh-win/">setting up an SH-1 compiler for Windows</a>. 61<a href="sh-win/">setting up an SH-1 compiler for Windows</a>.
62 62
63<p>Justin Heiner has built a
64<a href="http://merwin.bespin.org/sh1cygwin/">win32 cross compiler for cygwin users</a>.
65
63#include "foot.t" 66#include "foot.t"