mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 10:16:04 +02:00
updatemakefiles: added note to use trunk fpcmake
git-svn-id: trunk@56024 -
This commit is contained in:
parent
f19c42c698
commit
7aac35e702
@ -164,9 +164,9 @@ begin
|
|||||||
if Paramcount>0 then begin
|
if Paramcount>0 then begin
|
||||||
writeln('Updates for every lpk in the lazarus directory the Makefile.fpc, Makefile.compiled and Makefile.');
|
writeln('Updates for every lpk in the lazarus directory the Makefile.fpc, Makefile.compiled and Makefile.');
|
||||||
writeln;
|
writeln;
|
||||||
writeln('Usage: PATH=/path/to/trunk/fpc/utils/fpcm/bin/cpu-os/:$PATH ./tools/updatemakefiles');
|
writeln('Usage: FPCDIR=/path/fpc/src/trunk PATH=/path/to/trunk/fpc/utils/fpcm/bin/cpu-os/:$PATH ./tools/updatemakefiles');
|
||||||
writeln;
|
writeln;
|
||||||
writeln('IMPORTANT: this needs the fpc trunk version of fpcmake to support all targets');
|
writeln('IMPORTANT: this needs the fpc trunk version to support all targets');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
CheckFPCMake;
|
CheckFPCMake;
|
||||||
|
Loading…
Reference in New Issue
Block a user