diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-06-29 17:17:45 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-06-29 17:17:45 +0000 |
commit | 119e5b2ba13afd06ba8bf8e7b749f0a84b60cc5a (patch) | |
tree | 30cdb3b642e96589673864c57b7e061fa9475c46 /main | |
parent | d760dfdf536999bee6b0b7dfe22a51298c7788c1 (diff) |
revert back to 11450.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11462 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_gcc.mak | 1 | ||||
-rw-r--r-- | main/pcl6_msvc.mak | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak index 025faf27b..29592cc72 100644 --- a/main/pcl6_gcc.mak +++ b/main/pcl6_gcc.mak @@ -48,7 +48,6 @@ LCMSSRCDIR?=../gs/lcms SHARE_LCMS?=0 IMDISRCDIR?=../gs/imdi -LCMSPLATFORM?=unix # PCL_INCLUDED means pcl + pcl xl PDL_INCLUDE_FLAGS?=-DPCL_INCLUDED diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index e72745c69..c7f04d8c2 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -64,7 +64,6 @@ IMDISRCDIR=..\gs\imdi !ifndef LCMSSRCDIR LCMSSRCDIR=..\gs\lcms -LCMSPLATFORM=win32 !endif !ifndef COMPILE_INITS |