mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* Add System.AnsiStrings for Delphi compatibility
This commit is contained in:
parent
407fb4b1da
commit
f10bdf4012
@ -31,6 +31,7 @@ begin
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-web');
|
||||
P.Dependencies.Add('rtl-extra');
|
||||
P.Dependencies.Add('rtl-objpas');
|
||||
P.Dependencies.Add('rtl-generics');
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
@ -44,6 +45,7 @@ begin
|
||||
T.ResourceStrings := True;
|
||||
T:=P.Targets.AddUnit('system.devices.pp');
|
||||
T:=P.Targets.AddUnit('system.analytics.pp');
|
||||
T:=P.Targets.AddUnit('system.ansistrings.pp');
|
||||
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
|
1426
packages/vcl-compat/src/system.ansistrings.pp
Executable file
1426
packages/vcl-compat/src/system.ansistrings.pp
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user