mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 03:29:22 +02:00
Fix cleaning of unicode utils package in fpmake
git-svn-id: trunk@40397 -
This commit is contained in:
parent
f051e1b8dc
commit
a1fbde242d
@ -37,8 +37,8 @@ begin
|
||||
T.ResourceStrings := true;
|
||||
T.Install := false;
|
||||
T := P.Targets.AddImplicitUnit('cldrtxt.pas');
|
||||
T.Install := false;
|
||||
T := P.Targets.AddImplicitUnit('cldrxml.pas');
|
||||
T.ResourceStrings := true;
|
||||
T.Install := false;
|
||||
T := P.Targets.AddImplicitUnit('unicodeset.pas');
|
||||
T.ResourceStrings := true;
|
||||
@ -54,8 +54,6 @@ begin
|
||||
T.Install := false;
|
||||
T := P.Targets.AddImplicitUnit('trie.pas');
|
||||
T.Install := false;
|
||||
T := P.Targets.AddImplicitUnit('unicodeset.pas');
|
||||
T.Install := false;
|
||||
|
||||
T:=P.Targets.AddProgram('cldrparser.lpr');
|
||||
T:=P.Targets.AddProgram('unihelper.lpr');
|
||||
|
Loading…
Reference in New Issue
Block a user