diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2007-11-09 20:57:30 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2007-11-09 20:57:30 +0000 |
commit | cb01b795cbab5ec154e9ac1a0113541c619feb36 (patch) | |
tree | 9631c414adb701179ac6df415eef797978c58d3f /language_switch/pspcl6_gcc.mak | |
parent | bbaa551b8ae4c61a7001ea26a7136aa131325de1 (diff) |
Use PNGSRCDIR and PNGVERSION instead of PSRCDIR and PVERSION in
the top level makefiles.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2941 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'language_switch/pspcl6_gcc.mak')
-rw-r--r-- | language_switch/pspcl6_gcc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language_switch/pspcl6_gcc.mak b/language_switch/pspcl6_gcc.mak index dec0089ff..01a3bfe71 100644 --- a/language_switch/pspcl6_gcc.mak +++ b/language_switch/pspcl6_gcc.mak @@ -27,7 +27,7 @@ PSSRCDIR?=../gs/src PSISRCDIR?=../psi PSLIBDIR?=../gs/lib ICCSRCDIR?=../gs/icclib -PSRCDIR?=../gs/libpng +PNGSRCDIR?=../gs/libpng # Path for including gs/Resource into romfs (replaces the gs default) : PSRESDIR?=../gs/Resource |