mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:55:58 +02:00
implemented saving auto install packages
git-svn-id: trunk@2962 -
This commit is contained in:
parent
4073b5e472
commit
70c7cf3c51
@ -6363,8 +6363,8 @@ begin
|
|||||||
s:=EnvironmentOptions.FPCSourceDirectory;
|
s:=EnvironmentOptions.FPCSourceDirectory;
|
||||||
end else if MacroName='comppath' then begin
|
end else if MacroName='comppath' then begin
|
||||||
Handled:=true;
|
Handled:=true;
|
||||||
writeln('TMainIDE.OnMacroSubstitution A ',s,' ',EnvironmentOptions.CompilerFilename);
|
|
||||||
s:=EnvironmentOptions.CompilerFilename;
|
s:=EnvironmentOptions.CompilerFilename;
|
||||||
|
writeln('TMainIDE.OnMacroSubstitution "',s,'"');
|
||||||
end else if MacroName='params' then begin
|
end else if MacroName='params' then begin
|
||||||
Handled:=true;
|
Handled:=true;
|
||||||
if Project1<>nil then
|
if Project1<>nil then
|
||||||
@ -8605,6 +8605,9 @@ end.
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.540 2003/04/27 12:53:57 mattias
|
||||||
|
implemented saving auto install packages
|
||||||
|
|
||||||
Revision 1.539 2003/04/27 09:29:56 mattias
|
Revision 1.539 2003/04/27 09:29:56 mattias
|
||||||
implemented installing static packages
|
implemented installing static packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user