* Unicode utilities now built for targets OS/2 and EMX too

git-svn-id: trunk@29568 -
This commit is contained in:
Tomas Hajny 2015-01-27 17:37:53 +00:00
parent 6230131a4d
commit 0f83e24145

View File

@ -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}