mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 08:16:14 +02:00
codetools: define templates for lazarus src dir: packager frames
git-svn-id: trunk@30912 -
This commit is contained in:
parent
26d83c6ed2
commit
3d778b6492
@ -6193,7 +6193,7 @@ begin
|
||||
SubDirTempl.AddChild(TDefineTemplate.Create('src path addition',
|
||||
Format(ctsAddsDirToSourcePath,['ide']),
|
||||
SrcPathMacroName,
|
||||
d(LazarusSrcDir+'/ide;'+SrcPath)
|
||||
d(LazarusSrcDir+'/ide;'+LazarusSrcDir+'/packager;'+SrcPath)
|
||||
,da_Define));
|
||||
// <LazarusSrcDir>/packager/registration
|
||||
SubDirTempl:=TDefineTemplate.Create('Registration',
|
||||
|
@ -18,7 +18,6 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="IDE extensions using Codetools."/>
|
||||
<License Value="GPL2"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="9">
|
||||
<Item1>
|
||||
<Filename Value="ppulistdlg.pas"/>
|
||||
|
@ -68,6 +68,7 @@ begin
|
||||
DescriptionMemo.Text := LazPackage.Description;
|
||||
AuthorEdit.Text := LazPackage.Author;
|
||||
LicenseMemo.Text := LazPackage.License;
|
||||
//debugln(['TPackageDescriptionOptionsFrame.ReadSettings ',lazpa]);
|
||||
VersionMajorSpinEdit.Value := LazPackage.Version.Major;
|
||||
VersionMinorSpinEdit.Value := LazPackage.Version.Minor;
|
||||
VersionReleaseSpinEdit.Value := LazPackage.Version.Release;
|
||||
|
Loading…
Reference in New Issue
Block a user