mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:35:57 +02:00
lazbuild: clean up
git-svn-id: trunk@32868 -
This commit is contained in:
parent
4f339b94c0
commit
76bb7ad46b
@ -64,8 +64,8 @@ type
|
||||
|
||||
TBuildLazarusFlag = (
|
||||
blfDontBuild, // skip all building, only cleaning
|
||||
blfOnlyIDE, // skip all but IDE (for example build IDE, but not examples)
|
||||
blfDontCleanAll, // ignore clean up
|
||||
blfOnlyIDE, // skip all but IDE (for example build IDE, but not packages, not lazbuild, ...)
|
||||
blfDontCleanAll, // ignore clean up option in profile
|
||||
blfUseMakeIDECfg, // append @idemake.cfg
|
||||
blfReplaceExe // ignore OSLocksExecutables and do not create lazarus.new.exe
|
||||
);
|
||||
|
@ -65,10 +65,10 @@ type
|
||||
var {%H-}Abort: boolean);
|
||||
|
||||
// codetools
|
||||
procedure OnCodeBufferDecodeLoaded(Code: TCodeBuffer;
|
||||
const Filename: string; var Source, DiskEncoding, MemEncoding: string);
|
||||
procedure OnCodeBufferDecodeLoaded({%H-}Code: TCodeBuffer;
|
||||
const {%H-}Filename: string; var Source, DiskEncoding, MemEncoding: string);
|
||||
procedure OnCodeBufferEncodeSaving(Code: TCodeBuffer;
|
||||
const Filename: string; var Source: string);
|
||||
const {%H-}Filename: string; var Source: string);
|
||||
|
||||
// global package functions
|
||||
procedure GetDependencyOwnerDescription(Dependency: TPkgDependency;
|
||||
@ -402,7 +402,6 @@ var
|
||||
PkgOptions: String;
|
||||
InheritedOptionStrings: TInheritedCompOptsStrings;
|
||||
TargetDir: String;
|
||||
i: Integer;
|
||||
begin
|
||||
Result:=false;
|
||||
Init;
|
||||
|
Loading…
Reference in New Issue
Block a user