summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2007-11-15 19:44:36 +0000
committerHenry Stiles <henry.stiles@artifex.com>2007-11-15 19:44:36 +0000
commitb3e13ad75e47481c639708ebc49041a8d3e71854 (patch)
tree9dcc60062f68607df2fd999b3fa2e3d86165b97d /main
parent21a5efa374dafc4fab7cadedebeb584b512740d4 (diff)
missing XPS_INCLUDED flag. Note this replaces XCFLAGS instead of
appending to be consistently wrong with the gcc makefile. Much of this needs to be reorganized and refactored anyway. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2959 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'main')
-rw-r--r--main/pcl6_msvc.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak
index 8186b8429..bdf328021 100644
--- a/main/pcl6_msvc.mak
+++ b/main/pcl6_msvc.mak
@@ -191,6 +191,7 @@ PSI_TOP_OBJ=
!ifdef XPS_INCLUDED
!ifndef XPS_TOP_OBJ
XPS_TOP_OBJ=$(XPSOBJDIR)/xpstop.$(OBJ)
+XCFLAGS=/DXPS_INCLUDED
!endif
!endif