mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Add cthreads
This commit is contained in:
parent
c994e3c709
commit
4e327c47f5
@ -2,7 +2,11 @@
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit;
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
fpmkunit;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
procedure add_tply(const ADirectory: string);
|
||||
|
Loading…
Reference in New Issue
Block a user