You've already forked lazarus-ccr
OnGuard: Replace in all demo projects .lrs resource by .res resource. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8724 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -21,8 +21,8 @@ unit Exselec1;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes, Controls, Forms, Dialogs,
|
||||
StdCtrls, OnGuard, OgUtil, Menus,Buttons,LResources;
|
||||
SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls, Menus, Buttons,
|
||||
OnGuard, OgUtil;
|
||||
|
||||
type
|
||||
|
||||
@ -65,7 +65,7 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
const
|
||||
{ The key was created by a separate program (CODEGEN) and is generic
|
||||
@ -324,7 +324,4 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$i exselec1.lrs}
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user