mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 00:46:02 +02:00
parent
058e3762aa
commit
839edb58a1
@ -765,7 +765,7 @@ uses
|
|||||||
main_dir:=ExtractFilePath(hs);
|
main_dir:=ExtractFilePath(hs);
|
||||||
temp:=' time '+filetimestring(source_time);
|
temp:=' time '+filetimestring(source_time);
|
||||||
if (orgfiletime<>-1) and
|
if (orgfiletime<>-1) and
|
||||||
(source_time>orgfiletime) then
|
(source_time<>orgfiletime) then
|
||||||
begin
|
begin
|
||||||
do_compile:=true;
|
do_compile:=true;
|
||||||
recompile_reason:=rr_sourcenewer;
|
recompile_reason:=rr_sourcenewer;
|
||||||
|
Loading…
Reference in New Issue
Block a user