mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* Unicode utilities now built for targets OS/2 and EMX too
git-svn-id: trunk@29568 -
This commit is contained in:
parent
6230131a4d
commit
0f83e24145
@ -30,7 +30,7 @@ begin
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
||||
P.OSes:=[win32, win64, linux, darwin];
|
||||
P.OSes:=[win32, win64, linux, darwin, os2, emx];
|
||||
|
||||
T := P.Targets.AddImplicitUnit('helper.pas');
|
||||
T.ResourceStrings := true;
|
||||
@ -66,7 +66,3 @@ begin
|
||||
Installer.Run;
|
||||
end.
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user