#RUN_THIS_BEFORE_BUILD = "precalc\calcstuff.bat"

Monkey Forums/Monkey Programming/#RUN_THIS_BEFORE_BUILD = "precalc\calcstuff.bat"

nori(Posted 2014) [#1]
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...


Arjailer(Posted 2014) [#2]
Yes, pre and post compilation steps would be really useful for things like updating sprite atlas' (pre) and building installers (post).


ziggy(Posted 2014) [#3]
Agree


StoneFaceEXE(Posted 2014) [#4]
That could really add some features like deleting build folder before building, unless there is already a way around.