mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:10:19 +02:00
* Add cthreads
This commit is contained in:
parent
d1700abe16
commit
d4eb1410fc
@ -2,7 +2,11 @@
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit, sysutils;
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
fpmkunit, sysutils;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
procedure add_fpmc(const ADirectory: string);
|
||||
@ -69,7 +73,7 @@ end;
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
begin
|
||||
add_fpmc;
|
||||
add_fpmc('');
|
||||
Installer.Run;
|
||||
end.
|
||||
{$endif ALLPACKAGES}
|
||||
|
Loading…
Reference in New Issue
Block a user