From 7ecba3989287602302377a2c482ac9bf590c3369 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 11 Nov 2009 17:30:52 +0000 Subject: 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 --- main/pcl6_msvc.mak | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main') 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 -- cgit v1.2.3