Просмотр исходного кода

update

svn path=/trunk/mono/; revision=5709
Miguel de Icaza 23 лет назад
Родитель
Сommit
eaa9787b0a
4 измененных файлов с 28 добавлено и 2 удалено
  1. 10 1
      doc/languages
  2. 4 0
      doc/web/makefile
  3. 10 1
      web/languages
  4. 4 0
      web/web/makefile

+ 10 - 1
doc/languages

@@ -37,7 +37,16 @@
 ** Oberon
 
 	This Oberon compiler is written in Oberon.NET (another self
-	hosting compiler):
+	hosting compiler).
+
+	The main site <a href="http://www.oberon.ethz.ch/oberon.net/">http://www.oberon.ethz.ch/oberon.net/</a>
+
+	Download:
+	<a href="http://www.oberon.ethz.ch/oberon.net/download/">http://www.oberon.ethz.ch/oberon.net/download/</a>
+
+	Examples:
+	<a href="http://www.oberon.ethz.ch/oberon.net/examples/">http://www.oberon.ethz.ch/oberon.net/examples/</a>
+
 
 	<a href="http://www.superin.formativ.net/mono/oberon/oberon.zip">http://www.superin.formativ.net/mono/oberon/oberon.zip</a>
 

+ 4 - 0
doc/web/makefile

@@ -1,5 +1,6 @@
 CSCRIPT = $(SYSTEMROOT)/system32/cscript.exe
 CSC=csc
+
 CORCOMPARE=../../../mcs/tools/corcompare
 
 OBJECTS=	\
@@ -108,3 +109,6 @@ src/corlib.xml: ../../../mcs/class/lib/corlib_cmp.dll $(CORCOMPARE)/CorCompare.e
 
 ../class-status: ../class-status.in
 	cp -f $< $@
+
+make-rss:
+	$(CSC) make-rss.cs -o

+ 10 - 1
web/languages

@@ -37,7 +37,16 @@
 ** Oberon
 
 	This Oberon compiler is written in Oberon.NET (another self
-	hosting compiler):
+	hosting compiler).
+
+	The main site <a href="http://www.oberon.ethz.ch/oberon.net/">http://www.oberon.ethz.ch/oberon.net/</a>
+
+	Download:
+	<a href="http://www.oberon.ethz.ch/oberon.net/download/">http://www.oberon.ethz.ch/oberon.net/download/</a>
+
+	Examples:
+	<a href="http://www.oberon.ethz.ch/oberon.net/examples/">http://www.oberon.ethz.ch/oberon.net/examples/</a>
+
 
 	<a href="http://www.superin.formativ.net/mono/oberon/oberon.zip">http://www.superin.formativ.net/mono/oberon/oberon.zip</a>
 

+ 4 - 0
web/web/makefile

@@ -1,5 +1,6 @@
 CSCRIPT = $(SYSTEMROOT)/system32/cscript.exe
 CSC=csc
+
 CORCOMPARE=../../../mcs/tools/corcompare
 
 OBJECTS=	\
@@ -108,3 +109,6 @@ src/corlib.xml: ../../../mcs/class/lib/corlib_cmp.dll $(CORCOMPARE)/CorCompare.e
 
 ../class-status: ../class-status.in
 	cp -f $< $@
+
+make-rss:
+	$(CSC) make-rss.cs -o