diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2009-07-24 01:36:08 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2009-07-24 01:36:08 +0000 |
commit | c72072a8a6bd0d5800c3ee53762aa96b245879a3 (patch) | |
tree | c47acbc1e5d58f837a166ab055020124aa22897b /main | |
parent | c4bedd510f1f8e3818cbfb79cc8a85f2e38dae97 (diff) |
Remove PCL/XL file support from the msvc build of gxps.
This mostly involves removing a redundant unconditional setting of PCL_INCLUDED in pcl6_msvc.mak. A few other minor changes changes were made to more closely match the way the gcc build works.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9886 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_msvc.mak | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index c48923470..4fc157743 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -186,6 +186,7 @@ PXL_TOP_OBJ=$(PXLOBJDIR)\pxtop.$(OBJ) PSI_TOP_OBJ= !endif +# PCL_INCLUDED means pcl + pcl xl !ifndef PDL_INCLUDE_FLAGS PDL_INCLUDE_FLAGS=/DPCL_INCLUDED !endif @@ -197,8 +198,6 @@ XCFLAGS=/DXPS_INCLUDED !endif !endif -# PCL_INCLUDED means pcl + pcl xl -PDL_INCLUDE_FLAGS=/DPCL_INCLUDED XCFLAGS=$(XCFLAGS) $(PDL_INCLUDE_FLAGS) !ifndef TOP_OBJ @@ -367,9 +366,6 @@ config-clean: pl.config-clean pxl.config-clean !include $(PCLSRCDIR)\pcl.mak !include $(PXLSRCDIR)\pxl.mak -!ifdef XPS_INCLUDED -!include $(XPSSRCDIR)\xps.mak -!endif #### Rules for visual tracer window (copied from gs\winint.mak). #### Note PLCCC brings /Za, which can't compile Windows headers, so we define and use PLCCC_W instead. : |