All projects on Windows should use cmd files for build events
Created attachment 75112 [details] Patch
Comment on attachment 75112 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=75112&action=review Maybe we should move the which.exe/buildfailed stuff into common.vsprops? > WebKit2/win/WebKitPreBuild.cmd:11 > +cl /analyze /nologo /c "%WEBKITOUTPUTDIR%\tmp.cpp" /Fo"%INTDIR%\tmp.obj" 2>&1 | findstr D9040 > +if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false") > +if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="") Does anyone use PREfast anymore?
Committed r72923: <http://trac.webkit.org/changeset/72923>