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