From 86fc1aade0e85a05449e97cba17b472683250678 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 19 Sep 2015 10:36:02 +0200 Subject: [PATCH] * Renamed project file to .pas for easier file type recognition --- README.md | 4 ++-- restemplate.lpi | 2 +- restemplate.lpr => restemplate.pas | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename restemplate.lpr => restemplate.pas (100%) diff --git a/README.md b/README.md index 75a3a70..c339211 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file +If you use Lazarus, you can simply open the project file `restemplate.pas`. \ No newline at end of file diff --git a/restemplate.lpi b/restemplate.lpi index 81c6cb3..b6240d6 100644 --- a/restemplate.lpi +++ b/restemplate.lpi @@ -57,7 +57,7 @@ - + diff --git a/restemplate.lpr b/restemplate.pas similarity index 100% rename from restemplate.lpr rename to restemplate.pas