lazbuild: clean up

git-svn-id: trunk@32868 -
This commit is contained in:
mattias 2011-10-13 09:23:11 +00:00
parent 4f339b94c0
commit 76bb7ad46b
2 changed files with 5 additions and 6 deletions

View File

@ -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
);

View File

@ -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;