[fpc-pascal] InstantFPC and argv
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon May 7 12:03:04 CEST 2012
On Sat, 5 May 2012 17:43:44 +0200
Jonas Maebe <jonas.maebe at 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
More information about the fpc-pascal
mailing list