quick build option... (in ide)...

BlitzMax Forums/BlitzMax Beginners Area/quick build option... (in ide)...

GregBUG(Posted 2004) [#1]
what mean quick build ?
is perhaps the equivalent of -a parametrer for the BMK and makemods ?

thanks!

Gianluca.


Perturbatio(Posted 2004) [#2]
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.


GregBUG(Posted 2004) [#3]
i think so...

ok.

thanks!


ImaginaryHuman(Posted 2004) [#4]
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).