[gs-cvs] rev 7584 - trunk/gs/src
ray at ghostscript.com
ray at ghostscript.com
Mon Jan 8 12:12:53 PST 2007
Author: ray
Date: 2007-01-08 12:12:52 -0800 (Mon, 08 Jan 2007)
New Revision: 7584
Modified:
trunk/gs/src/msvccmd.mak
Log:
Make sure there is a default value (0) for DEBUGSYSM. Fixes an non
debug syntax error seen by nmake.
Modified: trunk/gs/src/msvccmd.mak
===================================================================
--- trunk/gs/src/msvccmd.mak 2007-01-08 15:04:53 UTC (rev 7583)
+++ trunk/gs/src/msvccmd.mak 2007-01-08 20:12:52 UTC (rev 7584)
@@ -150,6 +150,10 @@
CPCH=/YX /Fp$(GLOBJDIR)\gs.pch
!endif
+!ifndef DEBUGSYM
+DEBUGSYM=0
+!endif
+
!if $(TDEBUG)!=0
# /Fd designates the directory for the .pdb file.
# Note that it must be followed by a space.
More information about the gs-cvs
mailing list