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 |
---|---|
-d | Build debug version. By default, both debug and release versions are built. |
-r | Build release version. By default, both debug and release versions are built. |
-a | Build all modules regardless of timestamps. By default, only modules that have been modified are built. |
bmk makemods mymods bmk makemods -a 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