System.Data.SQLite

Check-in [d1e12db1d9]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Make sure the Visual Studio auto-detection batch file actually marks Visual Studio 2013 as 'found' when necessary.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: d1e12db1d92f40b58cb3a83d921ff6d83a823a28
User & Date: mistachkin 2013-12-23 21:40:51.865
Context
2013-12-23
21:43
Update the master release archive manifest and source archive exclusions file. check-in: 0d59457fa2 user: mistachkin tags: preRelease
21:40
Make sure the Visual Studio auto-detection batch file actually marks Visual Studio 2013 as 'found' when necessary. check-in: d1e12db1d9 user: mistachkin tags: preRelease
17:11
More fixes to wording on the download page. check-in: 0222f3b0da user: mistachkin tags: preRelease
Changes
Unified Diff Ignore Whitespace Patch
Changes to Setup/vsSp.bat.
147
148
149
150
151
152
153

154
155
156
157
158
159

:no_errors
  ENDLOCAL && (
    SET VS2005SP=%VS2005SP%
    SET VS2008SP=%VS2008SP%
    SET VS2010SP=%VS2010SP%
    SET VS2012SP=%VS2012SP%

  )
  CALL :fn_ResetErrorLevel
  GOTO end_of_file

:end_of_file
EXIT /B %ERRORLEVEL%







>






147
148
149
150
151
152
153
154
155
156
157
158
159
160

:no_errors
  ENDLOCAL && (
    SET VS2005SP=%VS2005SP%
    SET VS2008SP=%VS2008SP%
    SET VS2010SP=%VS2010SP%
    SET VS2012SP=%VS2012SP%
    SET VS2013SP=%VS2013SP%
  )
  CALL :fn_ResetErrorLevel
  GOTO end_of_file

:end_of_file
EXIT /B %ERRORLEVEL%