mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:16:05 +02:00
spreadsheet example: fixed compilation on windows
git-svn-id: trunk@17000 -
This commit is contained in:
parent
d860feb919
commit
8c147b5f91
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
program Project1;
|
||||
program spreadsheet;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
@ -10,9 +10,10 @@ uses
|
||||
Forms
|
||||
{ you can add units after this }, main, LResources;
|
||||
|
||||
{$IFDEF WINDOWS}{$R project1.rc}{$ENDIF}
|
||||
{$IFDEF WINDOWS}{$R spreadsheet.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
{$I spreadsheet.lrs}
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
|
@ -1 +1 @@
|
||||
MAINICON ICON "/home/prog/lazarus/examples/spreadsheet/spreadsheet.ico"
|
||||
MAINICON ICON "D:\\lazarus\\source\\lazarus\\examples\\spreadsheet\\spreadsheet.ico"
|
||||
|
Loading…
Reference in New Issue
Block a user