From b3e13ad75e47481c639708ebc49041a8d3e71854 Mon Sep 17 00:00:00 2001 From: Henry Stiles Date: Thu, 15 Nov 2007 19:44:36 +0000 Subject: 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 --- main/pcl6_msvc.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'main') 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 -- cgit v1.2.3