How does it takes to recompile the mods?
BlitzMax Forums/BlitzMax Beginners Area/How does it takes to recompile the mods?
| ||
Edit: I meant to say 'How long does it takes to recompile the mods?' I'm asking because mine takes like 1 sec eventhough I'm using the -r switch. And does it suppose to show a message on the screen when doing the building and when its finished. I get nothing. What I'm doing is going to the command prompt, point to the bin folder and type in 'bmk makemods -r brl.mod' and that should do it right? When I try to build the modules from the IDE all I get is: Building Modules Compiling:Blitz_app.c Process Complete Is this something all of you is getting or am I missing a step? |
| ||
they will only 'rebuild' if they have been modified since the last build. |
| ||
to recompile ALL the mods use bmk makemods -a and then bmk makemods -a -r to recompile them all for use in release mode |