[Scummvm-cvs-logs] CVS: web downloads.php,1.2,1.3

Jeremy Newman laxdragon at users.sourceforge.net
Tue Apr 9 09:10:20 CEST 2002


Update of /cvsroot/scummvm/web
In directory usw-pr-cvs1:/tmp/cvs-serv10067

Modified Files:
	downloads.php 
Log Message:
Daily builds back online, and added link for MAD


Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** downloads.php	12 Mar 2002 00:19:28 -0000	1.2
--- downloads.php	9 Apr 2002 15:19:44 -0000	1.3
***************
*** 34,49 ****
  	  If you have successfully ported ScummVM to a platform not listed, please drop us a note, telling which OS, etc.
  	  you used.<br><br>
! <? 
! //	  You can also get the latest development source and binaries from the <a href="http://scummvm.sourceforge.net/daily/">CVS Daily Snapshot</a>
! //	  page. To quickly get the binary executable from that page, download the .gz from the column of the OS you use. Then
! //	  simply rename the file to it’s executable form.<br>
! //	  For example on Win32: rename scummvm-20020122_stripped.gz scummvm.exe<br><br>
! ?>	  
  	</p>
  
  	<p>
  	  <b>Daily CVS Builds</b>
  	  <ul>
! 	    <li><a href="http://scummvm.sourceforge.net/downloads/scummvmwin32.exe">Win32 Daily Snapshot</a> <small>(246K exe file) </small></li>	  
  	  </ul>
  	</p>
--- 34,52 ----
  	  If you have successfully ported ScummVM to a platform not listed, please drop us a note, telling which OS, etc.
  	  you used.<br><br>
! 
! 	  You can also get the latest development source and binaries from the <a href="http://scummvm.sourceforge.net/daily/">CVS Daily Snapshot</a>
! 	  page. To quickly get the binary executable from that page, download the .gz from the column of the OS you use. Then
! 	  simply rename the file to it’s executable form.<br>
! 	  For example on Win32: rename scummvm-20020122_stripped.gz scummvm.exe<br><br>
  	</p>
  
  	<p>
+ 	  View the <a href="/daily/ChangeLog">ChangeLog<a> to see the latest updates of ScummVM
+ 	</p>
+ 	
+ 	<p>
  	  <b>Daily CVS Builds</b>
  	  <ul>
! 	    <li><a href="/downloads/scummvmwin32.exe">Win32 Daily Snapshot</a> <small>(246K exe file) </small></li>	  
  	  </ul>
  	</p>
***************
*** 70,76 ****
  	  <ul>
  	    <li><a href="http://www.libsdl.org/download-1.2.html">SDL 1.2.x</a></li>
- 	    <li><a href="http://sources.redhat.com/cygwin/">Cygwin DLL</a> (Needed for Win32 CVS Only)</li>
  	  </ul>
  	</p>
  		
  <?
--- 73,86 ----
  	  <ul>
  	    <li><a href="http://www.libsdl.org/download-1.2.html">SDL 1.2.x</a></li>
  	  </ul>
  	</p>
+ 		
+ 	<p>
+ 	  <b>Optional Libraries:</b>
+ 	  <ul>
+ 	    <li><a href="http://www.mars.org/home/rob/proj/mpeg/">MAD</a>: MPEG Audio Decoder</li>
+ 	    <li><a href="http://sources.redhat.com/cygwin/">Cygwin DLL</a> (Needed for Win32 Daily Builds Only)</li>
+ 	  </ul>
+ 	</p>		
  		
  <?





More information about the Scummvm-git-logs mailing list