mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 19:33:49 +02:00
Add GetModified / SetModified to interface for projects and packages.
git-svn-id: trunk@54403 -
This commit is contained in:
parent
88cab456e2
commit
6b6acd5124
@ -24,11 +24,13 @@ type
|
||||
function GetBaseCompilerOptions: TBaseCompilerOptions;
|
||||
function GetDefineTemplates: TProjPackDefineTemplates;
|
||||
function GetSourceDirectories: TFileReferenceList;
|
||||
function GetModified: boolean;
|
||||
//function GetOutputDirectory: string; // Proj/Pack have different params.
|
||||
function NeedsDefineTemplates: boolean;
|
||||
procedure AddPackageDependency(const PackageName: string);
|
||||
//function FindDependencyByName(const PackageName: string): TPkgDependency;
|
||||
function RemoveNonExistingFiles(RemoveFromUsesSection: boolean = true): boolean;
|
||||
procedure SetModified(const AValue: boolean);
|
||||
|
||||
property IDAsString: string read GetIDAsString;
|
||||
property IDAsWord: string read GetIDAsWord;
|
||||
|
Loading…
Reference in New Issue
Block a user