Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Further corrections to release automation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | wince2013 |
Files: | files | file ages | folders |
SHA1: |
a148b0071a2c1fef18fd948fb1ac8a2f |
User & Date: | mistachkin 2013-11-22 03:11:59.510 |
References
2013-11-22
| ||
04:55 | Backport build/release support for Windows Embedded Compact 2013. Cherrypick of [0adcab7b75], [0f1a7b72fa], [a9fdc1ae22], [a148b0071a], [25aa74f219], and [6f169a658f]. check-in: 40f3162207 user: mistachkin tags: branch-1.0.89.0 | |
Context
2013-11-22
| ||
04:55 | Backport build/release support for Windows Embedded Compact 2013. Cherrypick of [0adcab7b75], [0f1a7b72fa], [a9fdc1ae22], [a148b0071a], [25aa74f219], and [6f169a658f]. check-in: 40f3162207 user: mistachkin tags: branch-1.0.89.0 | |
03:50 | Add platform configuration batch files. check-in: 25aa74f219 user: mistachkin tags: wince2013 | |
03:11 | Further corrections to release automation. check-in: a148b0071a user: mistachkin tags: wince2013 | |
02:57 | Correct solution configurations. check-in: a9fdc1ae22 user: mistachkin tags: wince2013 | |
Changes
Changes to Setup/release_all.bat.
︙ | ︙ | |||
108 109 110 111 112 113 114 | GOTO :EOF :fn_SetExtraPlatform IF "%~1" == "" GOTO :EOF SETLOCAL SET VALUE=%~1 SET VALUE=%VALUE: =_% | < | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | GOTO :EOF :fn_SetExtraPlatform IF "%~1" == "" GOTO :EOF SETLOCAL SET VALUE=%~1 SET VALUE=%VALUE: =_% IF NOT DEFINED EXTRA_PLATFORM_%VALUE% ( ENDLOCAL && CALL :fn_UnsetVariable EXTRA_PLATFORM GOTO :EOF ) CALL :fn_CopyVariable EXTRA_PLATFORM_%VALUE% EXTRA_PLATFORM ENDLOCAL && SET EXTRA_PLATFORM=-%EXTRA_PLATFORM% GOTO :EOF |
︙ | ︙ |
Changes to Setup/release_ce_200x.bat.
1 2 3 | @ECHO OFF :: | | | 1 2 3 4 5 6 7 8 9 10 11 | @ECHO OFF :: :: release_ce_200x.bat -- :: :: WinCE Binary Release Tool :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: |
︙ | ︙ |
Changes to Setup/test_ce_200x.bat.
1 2 3 | @ECHO OFF :: | | | 1 2 3 4 5 6 7 8 9 10 11 | @ECHO OFF :: :: test_ce_200x.bat -- :: :: WinCE Testing Tool :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: |
︙ | ︙ |
Changes to exclude_bin.txt.
1 2 3 4 5 6 7 | *.done *.exp *.lib *.map *.mda.config *EnvDTE.* *Microsoft.* | > > | 1 2 3 4 5 6 7 8 9 | *.done *.exp *.lib *.manifest *.map *.mda.config *.txt *EnvDTE.* *Microsoft.* |