[gs-cvs] rev 8317 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Wed Oct 24 15:46:28 PDT 2007
Author: giles
Date: 2007-10-24 15:46:28 -0700 (Wed, 24 Oct 2007)
New Revision: 8317
Modified:
trunk/gs/src/msvc32.mak
Log:
Add an XCFLAGS macro to the MSVC build to match the variable of the same
name in the unix builds. This is intended mainly for adding preprocessor
defines at make time. Bug 689530.
Modified: trunk/gs/src/msvc32.mak
===================================================================
--- trunk/gs/src/msvc32.mak 2007-10-24 22:46:25 UTC (rev 8316)
+++ trunk/gs/src/msvc32.mak 2007-10-24 22:46:28 UTC (rev 8317)
@@ -284,8 +284,13 @@
# Define any other compilation flags.
+# support XCFLAGS for parity with the unix makefiles
+!ifndef XCFLAGS
+XCFLAGS=
+!endif
+
!ifndef CFLAGS
-CFLAGS=
+CFLAGS=$(XCFLAGS)
!endif
# 1 --> Use 64 bits for gx_color_index. This is required only for
More information about the gs-cvs
mailing list