Fix debug targets on Windows.
Alex Cherepanov <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Organization | Coscript Software |
| Message-ID | <[email protected]> |
Fix debug targets: add explicite makefile specification. _______________________________________________ gs-code-review mailing list [email protected] http://www.ghostscript.com/mailman/listinfo/gs-code-review
msvc32.mak.diff
(text/plain, 629 B)
Index: gs/src/msvc32.mak =================================================================== RCS file: /cvs/ghostscript/gs/src/msvc32.mak,v retrieving revision 1.51 diff -b -u -r1.51 msvc32.mak --- gs/src/msvc32.mak 9 Dec 2003 06:37:35 -0000 1.51 +++ gs/src/msvc32.mak 13 Dec 2003 21:54:48 -0000 @@ -656,9 +656,9 @@ DEBUGDEFS=BINDIR=.\debugbin GLGENDIR=.\debugobj GLOBJDIR=.\debugobj PSLIBDIR=.\lib PSGENDIR=.\debugobj PSOBJDIR=.\debugobj DEBUG=1 TDEBUG=1 debug: - nmake $(DEBUGDEFS) + nmake -f $(MAKEFILE) $(DEBUGDEFS) debugclean: - nmake $(DEBUGDEFS) clean + nmake -f $(MAKEFILE) $(DEBUGDEFS) clean # end of makefile