mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:10:14 +02:00
* fix standalone compilation
* cosmetics
This commit is contained in:
parent
293ddffebd
commit
ed07cd14b2
@ -5,7 +5,7 @@ program fpmake;
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
{$ifdef unix}cthreads,{$endif} fpmkunit,
|
{$ifdef unix}cthreads,{$endif} fpmkunit,
|
||||||
sysutils;
|
sysutils, classes;
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
|
||||||
const
|
const
|
||||||
@ -78,7 +78,7 @@ var
|
|||||||
procedure maybe_regenerate_msg_files;
|
procedure maybe_regenerate_msg_files;
|
||||||
var
|
var
|
||||||
cmd, msgfile, msgidxfile, msgtxtfile, fpclang : string;
|
cmd, msgfile, msgidxfile, msgtxtfile, fpclang : string;
|
||||||
Opts : TstringList;
|
Opts : TStringList;
|
||||||
begin
|
begin
|
||||||
msgidxfile:=CompilerDir+PathDelim+'msgidx.inc';
|
msgidxfile:=CompilerDir+PathDelim+'msgidx.inc';
|
||||||
msgtxtfile:=CompilerDir+PathDelim+'msgtxt.inc';
|
msgtxtfile:=CompilerDir+PathDelim+'msgtxt.inc';
|
||||||
|
Loading…
Reference in New Issue
Block a user