[Webkit-unassigned] [Bug 15813] Incorrect handling of findstr results in *.vcproj

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 10 09:11:20 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15813


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17014|review?                     |review-
               Flag|                            |




------- Comment #7 from aroben at apple.com  2007-11-10 09:11 PDT -------
(From update of attachment 17014)
I'm not sure how the new behavior is different from the old. Before we had:

if ERRORLEVEL 0 set EnablePREfast false else set EnablePREfast true

Now we have

if ERRORLEVEL 1 set EnablePREfast true else set EnablePREfast false

What is the difference?

I also don't think we want "echo on" in our pre-build step.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list