Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the previous check-in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3447ba89809ce8421eee594d0a8af882 |
User & Date: | mistachkin 2015-05-27 00:43:32.155 |
Context
2015-05-30
| ||
21:37 | Bump all version numbers to 1.0.98.0. Update version history docs. check-in: ff1cdfc19c user: mistachkin tags: trunk | |
2015-05-27
| ||
00:43 | Fix typos in the previous check-in. check-in: 3447ba8980 user: mistachkin tags: trunk | |
00:42 | Support building debug variants of all release packages. check-in: 6316be1002 user: mistachkin tags: trunk | |
Changes
Changes to www/release.wiki.
︙ | ︙ | |||
224 225 226 227 228 229 230 | <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> | | | | | | | 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 | <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following commands to build all the setup packages for x86 and x64: <br /> <br /> <b>SET BAKE_DEBUG=1</b> <br /> <b>bake_all.bat</b> </li> </ol> <a name="buildBinaryPackages"></a> <h2>Build x86 & x64 Binary Release Packages</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following commands to build all the binary release packages for x86 and x64: <br /> <br /> <b>SET RELEASE_DEBUG=1</b> <br /> <b>release_all.bat</b> </li> </ol> <a name="buildStaticBinaryPackages"></a> <h2>Build x86 & x64 Static Binary Release Packages</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following commands to build all the static binary release packages for x86 and x64: <br /> <br /> <b>SET RELEASE_DEBUG=1</b> <br /> <b>release_static.bat</b> </li> </ol> <a name="buildCeBinaryPackages"></a> <h2>Build Windows CE Binary Release Packages</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following commands to build all the binary release packages for Windows CE: <br /> <br /> <b>SET RELEASE_DEBUG=1</b> <br /> <b>release_ce_200x.bat</b> </li> <li> Enter the following commands to build all the binary release packages for Windows Embedded Compact 2013: <br /> <br /> <b>SET RELEASE_DEBUG=1</b> <br /> <b>release_ce_2013.bat</b> </li> |
︙ | ︙ |