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