Brad King 234bae7a20 VS10: Fix exit code of custom commands with setlocal/endlocal (#11938)
Use the pattern

  setlocal
  ...
  endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  :cmErrorLevel
  exit /b %1
  :cmDone
  if %errorlevel% neq 0 goto :VCEnd

in custom commands to preserve the %errorlevel% from inside the
setlocal/endlocal block.
2011-04-11 11:54:01 -04:00
..
2011-04-05 14:28:38 -04:00
2011-04-08 00:12:56 -04:00
2011-03-15 15:07:37 -04:00
2011-03-15 15:07:37 -04:00
2011-03-15 15:07:37 -04:00
2010-09-10 14:42:09 -04:00
2006-03-10 13:54:57 -05:00
2011-02-25 17:26:34 -05:00
2010-11-12 10:47:28 -05:00
2010-08-31 10:41:23 -04:00