diff options
author | Robin Watts <robin.watts@artifex.com> | 2009-11-11 17:30:52 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2009-11-11 17:30:52 +0000 |
commit | 7ecba3989287602302377a2c482ac9bf590c3369 (patch) | |
tree | a1e427fcc3591c4e6e4980cd60cf5d48e6d7c75b /main | |
parent | 539a4c2cb892ef2826656d158d82fe0ea76647e6 (diff) |
GhostPDL makefile changes required to make GhostPDL targets make on msvc with
the new libtiff changes within gs. A couple of small changes to the gs
makefiles are required too.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10318 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r-- | main/pcl6_msvc.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index 4fc157743..c94a628ef 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -34,6 +34,11 @@ JSRCDIR=..\gs\jpeg !ifndef PNGSRCDIR PNGSRCDIR=..\gs\libpng !endif +!ifndef TIFFSRCDIR +TIFFSRCDIR=..\gs\tiff +TIFFCONFIG_SUFFIX=.vc +TIFFPLATFORM=win32 +!endif !ifndef ZSRCDIR ZSRCDIR=..\gs\zlib !endif |