Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Several automation changes related to Visual Studio 2005. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a4a2ddbc05b9b31496189cfd146ab667 |
User & Date: | mistachkin 2012-09-17 08:17:18.228 |
Context
2012-09-17
| ||
08:45 | Grammar fix on the download page. check-in: 4bdb712c35 user: mistachkin tags: trunk | |
08:17 | Several automation changes related to Visual Studio 2005. check-in: a4a2ddbc05 user: mistachkin tags: trunk | |
07:54 | Enhance the release archive verification tool to allow it to verify the setup archives built with Inno Setup. check-in: 5abb5516f9 user: mistachkin tags: trunk | |
Changes
Changes to Setup/set_netFx20.bat.
1 2 3 | @ECHO OFF :: | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | @ECHO OFF :: :: set_netFx20.bat -- :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: IF NOT DEFINED ISNETFX2 ( SET ISNETFX2=True ) IF NOT DEFINED VCRUNTIME ( SET VCRUNTIME=2005_SP1 ) IF NOT DEFINED CONFIGURATION ( SET CONFIGURATION=Release ) IF NOT DEFINED PLATFORM ( SET PLATFORM=Win32 ) IF NOT DEFINED PROCESSOR ( SET PROCESSOR=x86 ) IF NOT DEFINED YEAR ( SET YEAR=2005 ) IF NOT DEFINED FRAMEWORK ( SET FRAMEWORK=netFx20 ) :end_of_file |
Added Setup/set_netFx35.bat.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | @ECHO OFF :: :: set_netFx35.bat -- :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: IF NOT DEFINED ISNETFX2 ( SET ISNETFX2=True ) IF NOT DEFINED VCRUNTIME ( SET VCRUNTIME=2008_SP1 ) IF NOT DEFINED CONFIGURATION ( SET CONFIGURATION=Release ) IF NOT DEFINED PLATFORM ( SET PLATFORM=Win32 ) IF NOT DEFINED PROCESSOR ( SET PROCESSOR=x86 ) IF NOT DEFINED YEAR ( SET YEAR=2008 ) IF NOT DEFINED FRAMEWORK ( SET FRAMEWORK=netFx35 ) :end_of_file |
Changes to Setup/verify.lst.
︙ | ︙ | |||
89 90 91 92 93 94 95 96 97 98 99 100 101 102 | Setup/release_static.bat Setup/set_2005.bat Setup/set_2008.bat Setup/set_2010.bat Setup/set_2012.bat Setup/set_common.bat Setup/set_netFx20.bat Setup/set_netFx40.bat Setup/set_netFx45.bat Setup/set_Release.bat Setup/set_ReleaseNativeOnly.bat "Setup/set_ReleaseNativeOnly_Pocket PC 2003 (ARMV4).bat" Setup/set_ReleaseNativeOnly_Win32.bat Setup/set_ReleaseNativeOnly_x64.bat | > | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | Setup/release_static.bat Setup/set_2005.bat Setup/set_2008.bat Setup/set_2010.bat Setup/set_2012.bat Setup/set_common.bat Setup/set_netFx20.bat Setup/set_netFx35.bat Setup/set_netFx40.bat Setup/set_netFx45.bat Setup/set_Release.bat Setup/set_ReleaseNativeOnly.bat "Setup/set_ReleaseNativeOnly_Pocket PC 2003 (ARMV4).bat" Setup/set_ReleaseNativeOnly_Win32.bat Setup/set_ReleaseNativeOnly_x64.bat |
︙ | ︙ |
Changes to www/downloads.wiki.
︙ | ︙ | |||
914 915 916 917 918 919 920 | Template (8) is used for the precompiled binary package containing the mixed-mode assembly statically linked to the Visual C++ runtime. Template (9) is used for unofficial pre-release "snapshots" of source code. </p> <p> The <b>framework</b> in templates (3), (4), (5), (6), (7), and (8) will be | | | 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 | Template (8) is used for the precompiled binary package containing the mixed-mode assembly statically linked to the Visual C++ runtime. Template (9) is used for unofficial pre-release "snapshots" of source code. </p> <p> The <b>framework</b> in templates (3), (4), (5), (6), (7), and (8) will be one of netFx20, netFx35, netFx40, netFx45. </p> <p> The <b>cpu</b> in templates (3) and (4) will be one of x86, x64, arm, ia64. </p> <p> |
︙ | ︙ |