[fpc-devel]directories dependency
Peter Vreman
peter at freepascal.org
Tue Dec 23 08:10:50 CET 2003
> One more
> is it possible change name of RTL\OBJPAS\CLASSES\ACTION.INC
> this has the same like in lazarus LCL\INCLUDE\ACTION.INC
>
> some times it's complicate live
>
> change name in RTL is better
> name of classes: tBasicActionLink -> name of file ACTIONL.INC
>
> in Lazarus is TAction
Compile the RTL with RELEASE=1 added to the make command line. That will
add -Ur. The -Ur sets the unit to not be recompiled also when changed
sources are found.
More information about the fpc-devel
mailing list