On 30/01/2008, Giuliano Colla <[EMAIL PROTECTED]> wrote: > > If one has last built project1, and then does some editing and just > compiles (instead of building) project2, project2 may inherit units > which where compiled with project1 conditionals, generating a mix-up, > which may go undetected. > > That's why I was looking for a way to avoid this problem.
OK, I understand your issue now. Simple solution is: Always do a Build All. :-) Create a keyboard shortcut for Build All, or use Ctrl+F9 for Build All instead of the default compiler (I use Build = Ctrl+F9 and Build All = Shift+Ctrl+F9). Alternatively, install the Editor Toolbar package, add all the different build and compile functions to the toolbar. Now everything is one click away! Quick and easy solution... :-) Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
