On Wed, Nov 12, 2008 at 10:41 AM, Fabio Dell'Aria <[EMAIL PROTECTED]> wrote: > > What is the difference from the normal "Build" (Ctrl+F9) command and > the "Quick Compile" command?
Build = Compile + Linking Quick Compile = only does compiling, no linking (so you don't get a new executable). The latter is very handy for quickly testing code changes because the linking part is quite slow. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
