* Renamed project file to .pas for easier file type recognition

This commit is contained in:
Andreas Schneider 2015-09-19 10:36:02 +02:00
parent ff10e890e5
commit 86fc1aade0
3 changed files with 3 additions and 3 deletions

View File

@ -96,6 +96,6 @@ Therefore you can save profiles in `~/.config/restemplate/templates/*.rest`. The
You need at least FreePascal 3.0 and it is recommended to use Lazarus as IDE.
Compiling from commandline is as easy as: `fpc -XX -CX -Xs -Fujtemplate restemplate.lpr`
Compiling from commandline is as easy as: `fpc -XX -CX -Xs -Fujtemplate restemplate.pas`
If you use Lazarus, you can simply open the project file `restemplate.lpr`.
If you use Lazarus, you can simply open the project file `restemplate.pas`.

View File

@ -57,7 +57,7 @@
</RunParams>
<Units Count="1">
<Unit0>
<Filename Value="restemplate.lpr"/>
<Filename Value="restemplate.pas"/>
<IsPartOfProject Value="True"/>
</Unit0>
</Units>