mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:29:14 +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-base');
|
||||||
P.Dependencies.Add('fcl-xml');
|
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 := P.Targets.AddImplicitUnit('helper.pas');
|
||||||
T.ResourceStrings := true;
|
T.ResourceStrings := true;
|
||||||
@ -66,7 +66,3 @@ begin
|
|||||||
Installer.Run;
|
Installer.Run;
|
||||||
end.
|
end.
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user