#RUN_THIS_BEFORE_BUILD = "precalc\calcstuff.bat"
Monkey Forums/Monkey Programming/#RUN_THIS_BEFORE_BUILD = "precalc\calcstuff.bat"| 
 | ||
| Is there such a preprocessor command or some way like that? I'd like it to calculate some stuff for the images, and it should always be uptodate... | 
| 
 | ||
| Yes, pre and post compilation steps would be really useful for things like updating sprite atlas' (pre) and building installers (post). | 
| 
 | ||
| Agree | 
| 
 | ||
| That could really add some features like deleting build folder before building, unless there is already a way around. |