#129 closed defect (released)
remove all microsoft logos from msvc build process
Reported by: | Mark Hammond | Owned by: | Charlie Hull |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | MSVC makefiles | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Richard Boulton | Blocked By: | |
Blocking: | Operating System: | All |
Description
I'm attaching a patch that always runs the C compiler and linker with '-nologo' and also passes nmake flags to nmake children - so if you build with 'nmake /nologo' you should not see a single 'Copyright Microsoft ...' message in the entire build output :) - which also makes it much easier to spot warnings etc.
Attachments (1)
Change History (6)
by , 18 years ago
Attachment: | bug-129.patch added |
---|
comment:1 by , 18 years ago
Cc: | added |
---|
comment:4 by , 18 years ago
Operating System: | → All |
---|---|
Resolution: | verified → released |
hrm - "verified fixed" is almost certainly "closed" from this project's POV, so marking as such...
comment:5 by , 18 years ago
The way I use the bug states is that:
RESOLVED FIXED means I've committed changes to SVN which I believe fix the bug.
VERIFIED FIXED is for the reporter to confirm that the fix works for them.
CLOSED FIXED is the state I move bugs to when the fix is actually in a release.
I use a stored query to list "FIXED but not CLOSED" bugs as one of the steps in
preparing a release.
It doesn't really matter too much, but this does mean the bug state gives a quick overview of the status of the fix.
as described