Re: Fix debug targets on Windows, improved error message.
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 13, 2003 at 05:32:56PM -0500, Alex Cherepanov wrote: > >Can you be more specific in the log message about what was wrong and why > >this is needed? Also s/explicite/explicit/. how about: LOG MESSAGE: Fix debug targets: add explicit makefile specification. DETAILS: Debug targets have allways been broken on Windows because nmake by default looks for "MAKEFILE" and fails. Until recently, the default target was built without the -02 flag and could be used for debugging. This patch adds the correct filename explicitly to the debug target so it can be used instead. -end log message- If that's acceptable to you, please commit to HEAD and also the GS_8_1X branch.