mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
lcl: update_allunits: add {%H-}
git-svn-id: trunk@53316 -
This commit is contained in:
parent
c7e89e3205
commit
b63621e7a0
@ -62,7 +62,7 @@ begin
|
||||
Source.Add('interface');
|
||||
Source.Add('uses');
|
||||
for i:=0 to Units.Count-1 do begin
|
||||
s:=' '+Units[i];
|
||||
s:=' '+Units[i]+'{%H-}';
|
||||
if i=Units.Count-1 then
|
||||
s:=s+';'
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user