mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:59:12 +02:00
customdrawn: Adds some more files
git-svn-id: trunk@33185 -
This commit is contained in:
parent
1aa09ddc84
commit
71e1c09510
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -640,6 +640,8 @@ components/customdrawn/customdrawn.lpk svneol=native#text/plain
|
|||||||
components/customdrawn/customdrawn.pas svneol=native#text/pascal
|
components/customdrawn/customdrawn.pas svneol=native#text/pascal
|
||||||
components/customdrawn/customdrawn_android.pas svneol=native#text/plain
|
components/customdrawn/customdrawn_android.pas svneol=native#text/plain
|
||||||
components/customdrawn/customdrawn_extra1.pas svneol=native#text/plain
|
components/customdrawn/customdrawn_extra1.pas svneol=native#text/plain
|
||||||
|
components/customdrawn/customdrawn_gnome.pas svneol=native#text/plain
|
||||||
|
components/customdrawn/customdrawn_kde.pas svneol=native#text/plain
|
||||||
components/customdrawn/customdrawn_win2000.pas svneol=native#text/plain
|
components/customdrawn/customdrawn_win2000.pas svneol=native#text/plain
|
||||||
components/customdrawn/customdrawn_wince.pas svneol=native#text/plain
|
components/customdrawn/customdrawn_wince.pas svneol=native#text/plain
|
||||||
components/customdrawn/customdrawn_winxp.pas svneol=native#text/plain
|
components/customdrawn/customdrawn_winxp.pas svneol=native#text/plain
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Files Count="8">
|
<Files Count="9">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="customdrawnextras.pas"/>
|
<Filename Value="customdrawnextras.pas"/>
|
||||||
<HasRegisterProc Value="True"/>
|
<HasRegisterProc Value="True"/>
|
||||||
@ -57,6 +57,10 @@
|
|||||||
<Filename Value="customdrawn_extra1.pas"/>
|
<Filename Value="customdrawn_extra1.pas"/>
|
||||||
<UnitName Value="customdrawn_extra1"/>
|
<UnitName Value="customdrawn_extra1"/>
|
||||||
</Item8>
|
</Item8>
|
||||||
|
<Item9>
|
||||||
|
<Filename Value="unit1.pas"/>
|
||||||
|
<UnitName Value="unit1"/>
|
||||||
|
</Item9>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="3">
|
||||||
|
13
components/customdrawn/customdrawn_gnome.pas
Normal file
13
components/customdrawn/customdrawn_gnome.pas
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
unit customdrawn_gnome;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
uses
|
||||||
|
Classes, SysUtils;
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
end.
|
||||||
|
|
13
components/customdrawn/customdrawn_kde.pas
Normal file
13
components/customdrawn/customdrawn_kde.pas
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
unit customdrawn_kde;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
uses
|
||||||
|
Classes, SysUtils;
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user