mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 22:44:22 +02:00
version 0.9.16
git-svn-id: trunk@9368 -
This commit is contained in:
parent
2172102304
commit
0457119503
ide
tools/install
@ -1,5 +1,5 @@
|
||||
object AboutForm: TAboutForm
|
||||
ActiveControl = AboutPage
|
||||
ActiveControl = AboutMemo
|
||||
Caption = 'About Lazarus'
|
||||
ClientHeight = 270
|
||||
ClientWidth = 608
|
||||
@ -43,7 +43,6 @@ object AboutForm: TAboutForm
|
||||
end
|
||||
object CloseButton: TBitBtn
|
||||
AutoSize = True
|
||||
|
||||
Cancel = True
|
||||
Caption = 'Close'
|
||||
Glyph.Data = {
|
||||
@ -76,9 +75,9 @@ object AboutForm: TAboutForm
|
||||
NumGlyphs = 0
|
||||
TabOrder = 1
|
||||
Left = 70
|
||||
Height = 40
|
||||
Height = 44
|
||||
Top = 225
|
||||
Width = 77
|
||||
Width = 81
|
||||
end
|
||||
object Notebook1: TNotebook
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
|
@ -1,5 +1,7 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TAboutForm','FORMDATA',[
|
||||
'TPF0'#10'TAboutForm'#9'AboutForm'#13'ActiveControl'#7#9'AboutPage'#7'Caption'
|
||||
'TPF0'#10'TAboutForm'#9'AboutForm'#13'ActiveControl'#7#9'AboutMemo'#7'Caption'
|
||||
+#6#13'About Lazarus'#12'ClientHeight'#3#14#1#11'ClientWidth'#3'`'#2#8'OnCrea'
|
||||
+'te'#7#15'AboutFormCreate'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenC'
|
||||
+'enter'#18'HorzScrollBar.Page'#3'_'#2#18'VertScrollBar.Page'#3#13#1#4'Left'#3
|
||||
@ -24,8 +26,8 @@ LazarusResources.Add('TAboutForm','FORMDATA',[
|
||||
+' ",'#10'" ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" "};'#10#11'ModalResult'#2#1#9'N'
|
||||
+'umGlyphs'#2#0#8'TabOrder'#2#1#4'Left'#2'F'#6'Height'#2'('#3'Top'#3#225#0#5
|
||||
+'Width'#2'M'#0#0#9'TNotebook'#9'Notebook1'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'umGlyphs'#2#0#8'TabOrder'#2#1#4'Left'#2'F'#6'Height'#2','#3'Top'#3#225#0#5
|
||||
+'Width'#2'Q'#0#0#9'TNotebook'#9'Notebook1'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#8'akBottom'#0#9'PageIndex'#2#0#4'Left'#3#215#0#6'Height'#3#5#1#3'T'
|
||||
+'op'#2#6#5'Width'#3#133#1#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'C'
|
||||
+'lientWidth'#3'}'#1#12'ClientHeight'#3#235#0#6'Height'#3#235#0#5'Width'#3'}'
|
||||
|
@ -57,7 +57,7 @@ type
|
||||
function ShowAboutForm: TModalResult;
|
||||
|
||||
const
|
||||
LazarusVersionStr= '0.9.15';
|
||||
LazarusVersionStr= '0.9.16';
|
||||
var
|
||||
LazarusRevisionStr: string;
|
||||
|
||||
|
@ -94,7 +94,7 @@ Creating the lazarus rpm:
|
||||
|
||||
Creating other system specific rpms:
|
||||
|
||||
rpm --rebuild lazarus-0.9.14.src.rpm
|
||||
rpm --rebuild lazarus-0.9.16.src.rpm
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
@ -16,7 +16,7 @@ Month=`date +%m`
|
||||
Day=`date +%d`
|
||||
|
||||
Date=20$Year$Month$Day
|
||||
LazVersion=0.9.14
|
||||
LazVersion=0.9.16
|
||||
LazRelease=`dpkg -s fp-compiler | grep '^Version' | sed -e 's/Version: //'`
|
||||
LazRelease=`echo $LazRelease | sed -e 's/-/_/g'`
|
||||
SrcTGZ=lazarus-$Date.tgz
|
||||
|
@ -1,5 +1,5 @@
|
||||
:: This setting need to change for every build
|
||||
SET LAZVERSION=0.9.14
|
||||
SET LAZVERSION=0.9.16
|
||||
|
||||
:: These settings are dependent on the configuration of the build machine
|
||||
:: Path to the Inno Setup Compiler
|
||||
@ -9,7 +9,7 @@ SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe"
|
||||
SET FPCSVNDIR=C:\lazarus\source\fpc\fpcbuild-2.0.2\fpcsrc
|
||||
|
||||
:: Path to the lazarus sources checked out of cvs
|
||||
SET LAZSVNDIR=c:\lazarus\source\lazarus-0.9.14
|
||||
SET LAZSVNDIR=c:\lazarus\source\lazarus-0.9.16
|
||||
|
||||
:: Path to fpc 2.0.2 compiler
|
||||
SET RELEASE_PPC=c:\fpc\2.0.2\bin\i386-win32\ppc386.exe
|
||||
|
Loading…
Reference in New Issue
Block a user