quick build option... (in ide)...
BlitzMax Forums/BlitzMax Beginners Area/quick build option... (in ide)...| 
 | ||
| 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. | 
| 
 | ||
| i think so... ok. thanks! | 
| 
 | ||
| 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). |