Option | Effect | |
---|---|---|
-r | Build release version. By default, the debug version is built. | |
-o OutputFile | Specify output file. By default, the output file is placed into the same directory as the root source file. | |
-a | Recompile all source files regardless of timestamp. By default, only files modified since the last makeapp are recompiled. | |
-f FrameworkModule | Specify a framework module. By default, all modules are automatically imported when building an application. |
bmk makeapp myapp.bmx bmk makeapp -a -r -o myapp_release myapp.bmx
Option | Effect |
---|---|
-r | Build release version. By default, the debug version is built. |
-a | Recompile all modules regardless of timestamp. By default, only modules that have been modified since the last makemods are recompiled. |
bmk makemods mymods bmk makemods -a -r mymods.testmod
Option | Effect |
---|---|
-u Username | Username for synchronization. Depending on how the module server is configured, it may be necessary to provide a valid username and password. The default username is 'nobody'. |
-p Password | Password for synchronization. Depending on how the module server is configured, it may be necessary to provide a valid username and password. The default password is 'anonymous'. |
bmk zapmod mymods.testmod testmod.zap
bmk unzapmod testmod.zap