Re: Fix debug targets on Windows.

Ralph Giles <[email protected]>
Newsgroups gmane.comp.printing.ghostscript.patches
Message-ID <[email protected]>
On Sat, Dec 13, 2003 at 05:02:46PM -0500, Alex Cherepanov wrote:

> Fix debug targets: add explicite makefile specification.

Can you be more specific in the log message about what was wrong and why this is needed? Also 
s/explicite/explicit/.

 -r

> 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

> _______________________________________________
> gs-code-review mailing list
> [email protected]
> http://www.ghostscript.com/mailman/listinfo/gs-code-review
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.