mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* .rst added
This commit is contained in:
parent
8835bfd0c6
commit
a4ee36350c
@ -218,6 +218,7 @@ begin
|
|||||||
AddMask('*.ppu *.o *.a *.s');
|
AddMask('*.ppu *.o *.a *.s');
|
||||||
AddMask('*.pp1 *.o1 *.a1 *.s1');
|
AddMask('*.pp1 *.o1 *.a1 *.s1');
|
||||||
AddMask('*.ppo *.oo *.ao *.so');
|
AddMask('*.ppo *.oo *.ao *.so');
|
||||||
|
AddMask('*.rst');
|
||||||
if not quiet then
|
if not quiet then
|
||||||
begin
|
begin
|
||||||
writeln(Title+' '+Version);
|
writeln(Title+' '+Version);
|
||||||
@ -264,7 +265,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2000-07-13 10:16:21 michael
|
Revision 1.2 2000-12-27 22:13:44 peter
|
||||||
|
* .rst added
|
||||||
|
|
||||||
|
Revision 1.1 2000/07/13 10:16:21 michael
|
||||||
+ Initial import
|
+ Initial import
|
||||||
|
|
||||||
Revision 1.11 2000/07/04 19:05:54 peter
|
Revision 1.11 2000/07/04 19:05:54 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user