mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 23:28:13 +02:00
* Add cthreads
This commit is contained in:
parent
d046153c79
commit
2b15f243bd
@ -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