On Sat, 5 May 2012 17:43:44 +0200
Jonas Maebe <jonas.ma...@elis.ugent.be> wrote:

> 
> On 05 May 2012, at 14:25, Mattias Gaertner wrote:
> 
> > It uses only the file name, not the path to distinguish.
> > Having two scripts with the same name recompiles every time you
> > switch.
> 
> This does mean that if a script is moved, the stored script location as seen 
> by the compiled binary will not change because it won't be recompiled, as far 
> as I understand.

Correct.

And it does not check if the compiler was updated or some used unit
has changed.
You have to clear the cache or add the -B option to always compile.

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to