ops, I had named the test project the same as the main lazfreetype unit =D error fixed

git-svn-id: trunk@35670 -
This commit is contained in:
sekelsenmat 2012-03-03 14:42:15 +00:00
parent e8b04fca2e
commit 328a1c9564
5 changed files with 9 additions and 9 deletions

8
.gitattributes vendored
View File

@ -3876,10 +3876,10 @@ examples/jpeg/lazarus.jpg -text svneol=unset#image/jpeg
examples/jpeg/mainform.lfm svneol=native#text/plain
examples/jpeg/mainform.lrs svneol=native#text/pascal
examples/jpeg/mainform.pas svneol=native#text/pascal
examples/lazfreetype/lazfreetype.ico -text
examples/lazfreetype/lazfreetype.lpi svneol=native#text/plain
examples/lazfreetype/lazfreetype.lpr svneol=native#text/plain
examples/lazfreetype/lazfreetype.res -text
examples/lazfreetype/lazfreetypetest.ico -text
examples/lazfreetype/lazfreetypetest.lpi svneol=native#text/plain
examples/lazfreetype/lazfreetypetest.lpr svneol=native#text/plain
examples/lazfreetype/lazfreetypetest.res -text
examples/lazfreetype/mainform.lfm svneol=native#text/plain
examples/lazfreetype/mainform.pas svneol=native#text/plain
examples/lazintfimage/fadein1.lpi svneol=native#text/plain

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -5,7 +5,7 @@
<PathDelim Value="\"/>
<General>
<MainUnit Value="0"/>
<Title Value="lazfreetype"/>
<Title Value="lazfreetypetest"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
@ -37,9 +37,9 @@
</RequiredPackages>
<Units Count="97">
<Unit0>
<Filename Value="lazfreetype.lpr"/>
<Filename Value="lazfreetypetest.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="lazfreetype"/>
<UnitName Value="lazfreetypetest"/>
<EditorIndex Value="3"/>
<WindowIndex Value="0"/>
<TopLine Value="1"/>
@ -834,7 +834,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="lazfreetype"/>
<Filename Value="lazfreetypetest"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -1,4 +1,4 @@
program lazfreetype;
program lazfreetypetest;
{$mode objfpc}{$H+}