mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 20:49:17 +02:00
updatemakefiles: clean up
This commit is contained in:
parent
39cf421f74
commit
f88ac90f12
@ -162,12 +162,11 @@ end;
|
||||
|
||||
procedure UpdateCustomMakefiles;
|
||||
const
|
||||
Dirs: array[1..7] of string = (
|
||||
Dirs: array[1..6] of string = (
|
||||
'lcl/interfaces',
|
||||
'components/virtualtreeview',
|
||||
'components/chmhelp/lhelp',
|
||||
'components',
|
||||
'lcl/interfaces',
|
||||
'ide',
|
||||
'tools'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user