Subversion Repositories SvarDOS

Rev

Rev 1569 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1563 mateusz.vi 1
<?php
2
 
3
$PROJNAME = 'WMINCRT';
4
$SHORT = 'a minimalist startup code for Open Watcom';
5
 
6
$LONGHTML = '
1570 bernd.boec 7
<p>Until a proper description is placed here, please have a look at the 
8
<a href="http://svn.svardos.org/listing.php?repname=SvarDOS&path=%2Fwmincrt">SVN repository</a>.
1569 bernd.boec 9
</p>
1563 mateusz.vi 10
';
11
 
12
$COPYRDATE = '2023';
13
$COPYRHOLDER = 'Bernd Boeckmann';
14
 
15
?>