mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
* Add cthreads
This commit is contained in:
parent
f89025ec47
commit
27fc3c95f8
@ -2,7 +2,11 @@
|
||||
{$mode objfpc}{$H+}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit;
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
fpmkunit;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
procedure add_rmwait(const ADirectory: string);
|
||||
@ -35,7 +39,7 @@ end;
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
begin
|
||||
add_rmwait;
|
||||
add_rmwait('');
|
||||
Installer.Run;
|
||||
end.
|
||||
{$endif ALLPACKAGES}
|
||||
|
Loading…
Reference in New Issue
Block a user