IDE: clean up

git-svn-id: trunk@45989 -
This commit is contained in:
mattias 2014-07-28 18:50:07 +00:00
parent e8d69f0079
commit 322062cc24
5 changed files with 4 additions and 10 deletions

View File

@ -92,7 +92,7 @@ type
var {%H-}Abort: boolean): string;
function MacroFuncLCLWidgetType(const {%H-}Param: string; const Data: PtrInt;
var {%H-}Abort: boolean): string;
function MacroFuncLazVer(const {%H-}Param: string; const Data: PtrInt;
function MacroFuncLazVer(const {%H-}Param: string; const {%H-}Data: PtrInt;
var {%H-}Abort: boolean): string;
function MacroFuncMake(const {%H-}Param: string; const {%H-}Data: PtrInt;
var {%H-}Abort: boolean): string;// make utility

View File

@ -41,7 +41,7 @@ uses
Dialogs, LazConfigStorage, Laz2_XMLCfg, LazUTF8,
// IDEIntf
ProjectIntf, ObjectInspector, IDEWindowIntf, IDEOptionsIntf,
ComponentReg, IDEExternToolIntf, IDEDialogs, MacroDefIntf,
ComponentReg, IDEExternToolIntf, MacroDefIntf,
DbgIntfDebuggerBase,
// IDE
IDEProcs, DialogProcs, LazarusIDEStrConsts, IDETranslations, LazConf,

View File

@ -48,7 +48,6 @@
<Unit0>
<Filename Value="lazbuild.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="lazbuild"/>
</Unit0>
<Unit1>
<Filename Value="buildmanager.pas"/>
@ -58,12 +57,10 @@
<Unit2>
<Filename Value="basebuildmanager.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="BaseBuildManager"/>
</Unit2>
<Unit3>
<Filename Value="idecmdline.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="IDECmdLine"/>
</Unit3>
</Units>
</ProjectOptions>
@ -77,8 +74,5 @@
<OtherUnitFiles Value="../designer;../packager;../debugger"/>
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
</CONFIG>

View File

@ -688,7 +688,7 @@ type
procedure RemoveFile(PkgFile: TPkgFile); // move file to removed file list
procedure UnremovePkgFile(PkgFile: TPkgFile); // move file back to file list
// True if something changed. Param is ignored here, just to match with interface.
function RemoveNonExistingFiles(RemoveFromUsesSection: boolean = true): boolean;
function RemoveNonExistingFiles({%H-}RemoveFromUsesSection: boolean = true): boolean;
function GetFileDialogInitialDir(const DefaultDirectory: string): string;
procedure MoveFile(CurIndex, NewIndex: integer);
procedure SortFiles;

View File

@ -7,7 +7,7 @@ interface
uses
Classes, SysUtils,
IDEProcs, ProjPackIntf, CompilerOptions,
IDEProcs, CompilerOptions,
DefineTemplates, CodeToolManager, FileReferenceList;
type