customdrawn: Adds some more files

git-svn-id: trunk@33185 -
This commit is contained in:
sekelsenmat 2011-10-30 18:27:41 +00:00
parent 1aa09ddc84
commit 71e1c09510
4 changed files with 33 additions and 1 deletions

2
.gitattributes vendored
View File

@ -640,6 +640,8 @@ components/customdrawn/customdrawn.lpk svneol=native#text/plain
components/customdrawn/customdrawn.pas svneol=native#text/pascal
components/customdrawn/customdrawn_android.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_wince.pas svneol=native#text/plain
components/customdrawn/customdrawn_winxp.pas svneol=native#text/plain

View File

@ -23,7 +23,7 @@
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="8">
<Files Count="9">
<Item1>
<Filename Value="customdrawnextras.pas"/>
<HasRegisterProc Value="True"/>
@ -57,6 +57,10 @@
<Filename Value="customdrawn_extra1.pas"/>
<UnitName Value="customdrawn_extra1"/>
</Item8>
<Item9>
<Filename Value="unit1.pas"/>
<UnitName Value="unit1"/>
</Item9>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">

View File

@ -0,0 +1,13 @@
unit customdrawn_gnome;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
implementation
end.

View File

@ -0,0 +1,13 @@
unit customdrawn_kde;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
implementation
end.