mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
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:
parent
e8b04fca2e
commit
328a1c9564
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -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
|
||||
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
@ -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)"/>
|
@ -1,4 +1,4 @@
|
||||
program lazfreetype;
|
||||
program lazfreetypetest;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user