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