what mean quick build ?
is perhaps the equivalent of -a parametrer for the BMK and makemods ?
thanks!
Gianluca.
I think Quick Build only compiles modules that have changed and links the existing object code that has not been modified.
Or something like that.
Yah it only needs compile the changes, which cuts down a lot on compilation time if most of your program modules are unchanged (given that you're writing programs in modular form).