mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 13:19:31 +01:00
treeview example: don't include 32 bits resource when compiled for win64
git-svn-id: trunk@11069 -
This commit is contained in:
parent
d3ac699694
commit
1e323b22a7
@ -5,11 +5,12 @@ uses
|
||||
Forms,
|
||||
TV_Add_Remove_U1 in 'TV_Add_Remove_U1.pas' {Form1};
|
||||
|
||||
{$ifdef windows}
|
||||
{$ifdef win32}
|
||||
{$R *.res}
|
||||
{$endif}
|
||||
|
||||
begin
|
||||
Application.Title:='TV_Add_Remove';
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
|
||||
@ -16,7 +16,6 @@
|
||||
</General>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
||||
</PublishOptions>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user