| 133 | '''Building, Compressing, and Packaging with a single cmd statement[[BR]] |
| 134 | ===================================================================''' |
| 135 | |
| 136 | Open a text editor and add the following lines. |
| 137 | |
| 138 | set debug=0[[BR]] |
| 139 | wmake all && wmake lxlite && wmake wpi[[BR]] |
| 140 | |
| 141 | Save file naming it possibly Build_FM2.cmd. Copy the file to your FM2 source code "trunk" directory. It must be run from inside this directory to build, compress, and make the wpi file. After running, open the "Warpin" subdirectory located in the "trunk" directory. The Warpin file will be build inside this directory. |
| 142 | |
| 143 | |