mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 16:41:28 +02:00
ide: fix disabling manifest
git-svn-id: trunk@17945 -
This commit is contained in:
parent
3b8c66ab2a
commit
1b58f6d1c0
@ -102,9 +102,12 @@ var
|
||||
begin
|
||||
Result := True;
|
||||
|
||||
if not UseManifest then
|
||||
Exit;
|
||||
|
||||
SetFileNames(MainFilename);
|
||||
|
||||
if UseManifest and (not FilenameIsAbsolute(FManifestFileName) or CreateManifestFile) then
|
||||
if not FilenameIsAbsolute(FManifestFileName) or CreateManifestFile then
|
||||
begin
|
||||
ManifestName := ExtractFileName(FManifestFileName);
|
||||
AResources.AddSystemResource(sManifest + ' "' + ManifestName + '"');
|
||||
|
Loading…
Reference in New Issue
Block a user