example: cleandir: added icon

git-svn-id: trunk@26026 -
This commit is contained in:
mattias 2010-06-10 15:46:58 +00:00
parent 3cf422d211
commit 72d2cb703d
4 changed files with 8 additions and 4 deletions

1
.gitattributes vendored
View File

@ -2784,6 +2784,7 @@ examples/cleandir/cleandir.lpi svneol=native#text/plain
examples/cleandir/cleandir.lpr svneol=native#text/plain
examples/cleandir/cleandirs.lpi svneol=native#text/plain
examples/cleandir/cleandirs.lpr svneol=native#text/plain
examples/cleandir/confcleandirs.ico -text svneol=unset#image/ico
examples/cleandir/confcleandirs.lpi svneol=native#text/plain
examples/cleandir/confcleandirs.lpr svneol=native#text/plain
examples/cleandir/dircleaner.pp svneol=native#text/plain

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -12,6 +12,7 @@
<TargetFileExt Value=""/>
<Title Value="Configure directory cleaner"/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<VersionInfo>
<UseVersionInfo Value="True"/>
@ -73,6 +74,9 @@
</Options>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>

View File

@ -11,10 +11,9 @@ uses
{ add your units here },
sysutils,
dircleaner, frmmain, frmlog;
{$ifdef win32}
{$R manifest.res}
{$R confcleandirs.res}
{$endif}
{$R *.res}
begin
Application.Title:='Configure directory cleaner';
Application.Initialize;