Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The build_all tool should refer to PLATFORMS, not PROCESSORS. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | build-enhancements |
Files: | files | file ages | folders |
SHA1: |
abafcccd8a2ea25dc17252287e339049 |
User & Date: | mistachkin 2011-06-29 14:49:47.540 |
Context
2011-06-30
| ||
01:27 | When building the 'NativeOnly' solution configurations via the command line using the *.MSBuild.sln files, skip building any managed code. Revise naming of the setup packages. check-in: 0c50bcf546 user: mistachkin tags: build-enhancements | |
2011-06-29
| ||
14:49 | The build_all tool should refer to PLATFORMS, not PROCESSORS. check-in: abafcccd8a user: mistachkin tags: build-enhancements | |
13:58 | Generate a manifest when the setup is built. check-in: 6df1ea20c7 user: mistachkin tags: build-enhancements | |
Changes
Changes to Setup/build_all.bat.
︙ | ︙ | |||
32 33 34 35 36 37 38 | IF NOT DEFINED CONFIGURATIONS ( SET CONFIGURATIONS=Release ) %_VECHO% Configurations = '%CONFIGURATIONS%' | | | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | IF NOT DEFINED CONFIGURATIONS ( SET CONFIGURATIONS=Release ) %_VECHO% Configurations = '%CONFIGURATIONS%' IF NOT DEFINED PLATFORMS ( SET PLATFORMS=Win32 ) %_VECHO% Platforms = '%PLATFORMS%' IF NOT DEFINED YEARS ( SET YEARS=2008 ) %_VECHO% Years = '%YEARS%' |
︙ | ︙ |