codetools: started rule set for fpc sources

git-svn-id: trunk@25049 -
This commit is contained in:
mattias 2010-04-28 23:04:45 +00:00
parent 027fe93e96
commit 8214147870
2 changed files with 7 additions and 0 deletions

1
.gitattributes vendored
View File

@ -544,6 +544,7 @@ components/codetools/fileprocs.pas svneol=native#text/pascal
components/codetools/finddeclarationcache.pas svneol=native#text/pascal
components/codetools/finddeclarationtool.pas svneol=native#text/pascal
components/codetools/findoverloads.pas svneol=native#text/plain
components/codetools/fpcsrcrules.inc svneol=native#text/plain
components/codetools/fpmake.pas svneol=native#text/plain
components/codetools/h2pastool.pas svneol=native#text/plain
components/codetools/identcompletiontool.pas svneol=native#text/pascal

View File

@ -0,0 +1,6 @@
{%MainUnit definetemplates.pas}
Priority:=10;
Targets:='*';
Add('rtl');
Add('packages/fcl-');