Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tkt-3c00ec5b52 |
Files: | files | file ages | folders |
SHA1: |
bf26c231c5d779d1a665235545748570 |
User & Date: | mistachkin 2014-05-27 02:09:52.353 |
Context
2014-05-27
| ||
05:34 | Merge updates from trunk. check-in: e7d0d8c183 user: mistachkin tags: tkt-3c00ec5b52 | |
02:09 | Merge updates from trunk. check-in: bf26c231c5 user: mistachkin tags: tkt-3c00ec5b52 | |
02:07 | Support building the various binary/setup packages using the debug build configuration. check-in: b84ce47a34 user: mistachkin tags: trunk | |
01:50 | Merge updates from trunk. check-in: c69bdb83e2 user: mistachkin tags: tkt-3c00ec5b52 | |
Changes
Changes to Setup/set_common.bat.
︙ | ︙ | |||
16 17 18 19 20 21 22 | ) IF NOT DEFINED PUBLICKEY ( SET PUBLICKEY=db937bc2d44ff139 ) IF NOT DEFINED BUILD_CONFIGURATIONS ( | > | > > > > | > > > > > > | > > > > | > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | ) IF NOT DEFINED PUBLICKEY ( SET PUBLICKEY=db937bc2d44ff139 ) IF NOT DEFINED BUILD_CONFIGURATIONS ( IF DEFINED BUILD_DEBUG ( SET BUILD_CONFIGURATIONS=Debug DebugNativeOnly Release ReleaseNativeOnly ) ELSE ( SET BUILD_CONFIGURATIONS=Release ReleaseNativeOnly ) ) IF NOT DEFINED TEST_CONFIGURATIONS ( IF DEFINED TEST_DEBUG ( SET TEST_CONFIGURATIONS=Debug Release ) ELSE ( SET TEST_CONFIGURATIONS=Release ) ) IF NOT DEFINED BAKE_CONFIGURATIONS ( IF DEFINED BAKE_DEBUG ( SET BAKE_CONFIGURATIONS=Debug DebugNativeOnly Release ReleaseNativeOnly ) ELSE ( SET BAKE_CONFIGURATIONS=Release ReleaseNativeOnly ) ) IF NOT DEFINED RELEASE_CONFIGURATIONS ( IF DEFINED RELEASE_DEBUG ( SET RELEASE_CONFIGURATIONS=Debug DebugNativeOnly Release ReleaseNativeOnly ) ELSE ( SET RELEASE_CONFIGURATIONS=Release ReleaseNativeOnly ) ) IF NOT DEFINED PLATFORMS ( SET PLATFORMS=Win32 x64 ) IF NOT DEFINED PROCESSORS ( |
︙ | ︙ |
Changes to www/release.wiki.
︙ | ︙ | |||
19 20 21 22 23 24 25 | </li> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> | | > > | > > | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | </li> <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 x86 and x64 binaries: <br /> <br /> <b>SET BUILD_DEBUG=1</b> <br /> <b>build_all.bat</b> </li> </ol> <a name="testBinaries"></a> <h2>Test x86 & x64 Binaries</h2> <ol> <li> The binaries for all supported architectures and platforms must be tested using procedures very similar to those documented in the normal [./test.wiki | test procedures]. </li> <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 test all the x86 or x64 binaries, depending on the processor architecture of the current machine: <br /> <br /> <b>SET TEST_DEBUG=1</b> <br /> <b>test_all.bat</b> </li> <li> Locate a machine with a processor architecture different from the one tested in the previous step and then repeat all the previous steps. |
︙ | ︙ |