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