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