mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 10:33:54 +02:00
increased realease number to 0.9.0.10
git-svn-id: trunk@5110 -
This commit is contained in:
parent
011075cc95
commit
62640c74b3
@ -104,7 +104,8 @@ begin
|
||||
LCLPath:=TrimFilename(LazarusSrcDir+SetDirSeparators('/lcl/units/'));
|
||||
NextStartPos:=1;
|
||||
writeln('CheckFilenameForLCLPaths UnitPath="',UnitPath,'" LCLPath="',LCLPath,'"');
|
||||
if GetNextUsedDirectoryInSearchPath(UnitPath,LCLPath,NextStartPos)='' then begin
|
||||
if GetNextUsedDirectoryInSearchPath(UnitPath,LCLPath,NextStartPos)='' then
|
||||
begin
|
||||
LCLPath:=LCLPath+'$(TargetCPU)'+PathDelim+'$(TargetOS)';
|
||||
Result:=MessageDlg('LCL unit path missing',
|
||||
'The current unit path for the file'#13
|
||||
|
@ -6496,7 +6496,7 @@ begin
|
||||
Result:=CheckFilenameForLCLPaths(DelphiFilename);
|
||||
if Result<>mrOk then exit;
|
||||
// close Delphi files in editor
|
||||
writeln('TMainIDE.DoConvertDelphiUnit Close files in editor');
|
||||
writeln('TMainIDE.DoConvertDelphiUnit Close files in editor .pas/.dfm');
|
||||
Result:=DoCloseEditorFile(DelphiFilename,[cfSaveFirst]);
|
||||
if Result<>mrOk then exit;
|
||||
DFMFilename:=FindDFMFileForDelphiUnit(DelphiFilename);
|
||||
@ -10301,6 +10301,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.704 2004/01/27 13:00:16 mattias
|
||||
increased realease number to 0.9.0.10
|
||||
|
||||
Revision 1.703 2004/01/24 16:09:10 mattias
|
||||
IDE build configs are now saved on every install/uninstall
|
||||
|
||||
|
@ -16,7 +16,7 @@ if [ "x$FPCRPM" = "x" ]; then
|
||||
fi
|
||||
|
||||
Date=$Year$Month$Day
|
||||
LazVersion=0.9.0.9
|
||||
LazVersion=0.9.0.10
|
||||
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
||||
SrcTGZ=lazarus-$Date.tgz
|
||||
TmpDir=/tmp/lazarus$LazVersion
|
||||
|
Loading…
Reference in New Issue
Block a user