mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 05:14:51 +01:00
* system.threading compatibility unit + tests
This commit is contained in:
parent
71b10a21e1
commit
8be124100d
@ -68,7 +68,8 @@ begin
|
||||
T.Dependencies.AddUnit('system.regularexpressionsconsts',[Win64,Linux,darwin]);
|
||||
T:=P.Targets.AddUnit('system.regularexpressions.pp',[Win64,Linux,darwin]);
|
||||
T.Dependencies.AddUnit('system.regularexpressionscore',[Win64,Linux,darwin]);
|
||||
|
||||
T:=P.Targets.AddUnit('system.threading.pp',AllOSes-[go32v2,nativent,atari]);
|
||||
T.ResourceStrings := True;
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
Run;
|
||||
|
||||
5029
packages/vcl-compat/src/system.threading.pp
Normal file
5029
packages/vcl-compat/src/system.threading.pp
Normal file
File diff suppressed because it is too large
Load Diff
@ -76,6 +76,10 @@
|
||||
<Filename Value="utregexapi.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utthreading.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
||||
@ -3,10 +3,11 @@ program testcompat;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}cwstring,{$ENDIF}
|
||||
{$IFDEF UNIX}cwstring, cthreads,{$ENDIF}
|
||||
Classes, consoletestrunner, tcnetencoding, tciotuils,
|
||||
utmessagemanager, utcdevices, utcanalytics, utcimagelist,
|
||||
utcnotifications, utcjson, utcpush, utchash, utcregex, utcregexapi;
|
||||
utcnotifications, utcjson, utcpush, utchash, utcregex,
|
||||
utcregexapi, utthreading;
|
||||
|
||||
type
|
||||
|
||||
|
||||
1960
packages/vcl-compat/tests/utthreading.pp
Normal file
1960
packages/vcl-compat/tests/utthreading.pp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user