Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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)

bug-129.patch (6.1 KB ) - added by Mark Hammond 17 years ago.
as described

Download all attachments as: .zip

Change History (6)

by Mark Hammond, 17 years ago

Attachment: bug-129.patch added

as described

comment:1 by Richard Boulton, 17 years ago

Cc: richard@… added

comment:2 by Richard Boulton, 17 years ago

Resolution: fixed
Status: newclosed

I've applied your patch.

comment:3 by Mark Hammond, 17 years ago

Resolution: fixedverified

thanks

comment:4 by Mark Hammond, 17 years ago

Operating System: All
Resolution: verifiedreleased

hrm - "verified fixed" is almost certainly "closed" from this project's POV, so marking as such...

comment:5 by Olly Betts, 17 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.

Note: See TracTickets for help on using tickets.