Fix debug targets on Windows, improved error message.
Alex Cherepanov <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Organization | Coscript Software |
| Message-ID | <[email protected]> |
Ralph Giles wrote: > Can you be more specific in the log message about what was wrong and why this is needed? Also > s/explicite/explicit/. 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. Now, when the default target builds with -02 flag it cannot be used for debugging.