spreadsheet example: fixed compilation on windows

git-svn-id: trunk@17000 -
This commit is contained in:
vincents 2008-10-15 10:20:35 +00:00
parent d860feb919
commit 8c147b5f91
3 changed files with 10 additions and 65 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -1 +1 @@
MAINICON ICON "/home/prog/lazarus/examples/spreadsheet/spreadsheet.ico"
MAINICON ICON "D:\\lazarus\\source\\lazarus\\examples\\spreadsheet\\spreadsheet.ico"