> > * utils/hbmk2/hbmk2.prg > + Added -n2 Harbour switch as default. > ; TODO: If this works out well, we can remove explicit > -n switches from .hbm files. >
Hello Viktor, One important behavior common among the make tools is the fact them make a compilation of only a few modules that have changed. From what I read recently in this list hbmk2 tool not have this behavior and you do not want to implement this feature, am I right? If this is true, I would like to know if you can at least include a parameter in hbmk2 to prevent he from deleting the temporary files in the output of the program. Explain: I am outlining an auxiliary tool that will work with the hbmk2 to compile only the changed files, but I can not use it because these files are always deleted. If .C / .O[BJ] / .RES are not erased, then I could compile only the changed files... what do you think of this idea? [ I even did a function that detects when a file needs to be or not compiled into hbmk2 ... so then I believe that one tool can be more useful.] Vailton Renato _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
