* Renamed project file to .pas for easier file type recognition
This commit is contained in:
parent
ff10e890e5
commit
86fc1aade0
|
@ -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.
|
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`.
|
|
@ -57,7 +57,7 @@
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<Units Count="1">
|
<Units Count="1">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="restemplate.lpr"/>
|
<Filename Value="restemplate.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit0>
|
</Unit0>
|
||||||
</Units>
|
</Units>
|
||||||
|
|
Loading…
Reference in New Issue