mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:50:31 +02:00
* Part of r24605, forgot to commit
git-svn-id: trunk@24622 -
This commit is contained in:
parent
94e7cd5a51
commit
5907b3c9aa
@ -6389,6 +6389,7 @@ begin
|
|||||||
If (APackage.Directory<>'') then
|
If (APackage.Directory<>'') then
|
||||||
EnterDir(APackage.Directory);
|
EnterDir(APackage.Directory);
|
||||||
DoBeforeClean(Apackage);
|
DoBeforeClean(Apackage);
|
||||||
|
AddPackageMacrosToDictionary(APackage, APackage.Dictionary);
|
||||||
if AllTargets then
|
if AllTargets then
|
||||||
begin
|
begin
|
||||||
// Remove the unit-and bin-directories completely. This is safer in case of files
|
// Remove the unit-and bin-directories completely. This is safer in case of files
|
||||||
|
Loading…
Reference in New Issue
Block a user