tachart: user lowercase unit filenames

git-svn-id: trunk@10663 -
This commit is contained in:
vincents 2007-02-20 11:31:09 +00:00
parent 199216e26a
commit 3fc4f456a7
4 changed files with 5 additions and 5 deletions

4
.gitattributes vendored
View File

@ -606,8 +606,6 @@ components/synunihighlighter/synunireg.pas svneol=native#text/pascal
components/tachart/Makefile svneol=native#text/plain
components/tachart/Makefile.fpc svneol=native#text/plain
components/tachart/README.txt svneol=native#text/plain
components/tachart/TAEngine.pas svneol=native#text/plain
components/tachart/TASeries.pas svneol=native#text/plain
components/tachart/demo/demo.lpi svneol=native#text/plain
components/tachart/demo/demo.lpr svneol=native#text/plain
components/tachart/demo/unit1.lfm svneol=native#text/plain
@ -615,8 +613,10 @@ components/tachart/demo/unit1.lrs svneol=native#text/plain
components/tachart/demo/unit1.pas svneol=native#text/plain
components/tachart/tachartlazaruspkg.lpk svneol=native#text/plain
components/tachart/tachartlazaruspkg.pas svneol=native#text/plain
components/tachart/taengine.pas svneol=native#text/plain
components/tachart/tagraph.lrs svneol=native#text/plain
components/tachart/tagraph.pas svneol=native#text/plain
components/tachart/taseries.pas svneol=native#text/plain
components/tdbf/Makefile svneol=native#text/plain
components/tdbf/Makefile.fpc svneol=native#text/plain
components/tdbf/dbflaz.lpk svneol=native#text/pascal

View File

@ -25,15 +25,15 @@
"/>
<Files Count="3">
<Item1>
<Filename Value="TASeries.pas"/>
<Filename Value="taseries.pas"/>
<UnitName Value="TASeries"/>
</Item1>
<Item2>
<Filename Value="TAEngine.pas"/>
<Filename Value="taengine.pas"/>
<UnitName Value="TAEngine"/>
</Item2>
<Item3>
<Filename Value="TAGraph.pas"/>
<Filename Value="tagraph.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TAGraph"/>
</Item3>