RESOLVED FIXED 50213
All projects on Windows should use cmd files for build events
https://bugs.webkit.org/show_bug.cgi?id=50213
Summary All projects on Windows should use cmd files for build events
Steve Falkenburg
Reported 2010-11-30 00:25:46 PST
All projects on Windows should use cmd files for build events
Attachments
Patch (83.42 KB, patch)
2010-11-30 00:34 PST, Steve Falkenburg
aroben: review+
Steve Falkenburg
Comment 1 2010-11-30 00:34:13 PST
Adam Roben (:aroben)
Comment 2 2010-11-30 09:12:59 PST
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?
Steve Falkenburg
Comment 3 2010-11-30 09:53:59 PST
Note You need to log in before you can comment on or make changes to this bug.