diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2009-05-01 23:51:03 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2009-05-01 23:51:03 +0000 |
commit | 149f54bafb5a11981e43d940e70deb371118854a (patch) | |
tree | 9cb2e104355518e492a535bddca5efed54b84ff4 /main/pcl6_msvc.mak | |
parent | 1e26ed3dce2f221355f97974782a812672d7b177 (diff) |
Add an 'IODevice' aware layer for filesystem enumeration 'gs_enumerate_*'
which needs to be used whenever the file is not known to be on the default
iodev (%os% by default). Use this in the PDL parser to open fonts so that
COMPILE_INITS=1 does not need the fonts on the disk.
The default PXL/PCL builds now use COMPILE_INITS=1.
Fixes bug #690367.
DETAILS:
The %rom%ttfonts/ path is placed BEFORE the built-in paths in pjparse.c,
but NOTE: the PCLFONTSOURCE environment variable will still supersede
the internal paths including %rom%ttfonts.
EXPECTED DIFFERENCES:
None. Particularly since the default build and regression tests do not
rely on COMPILE_INITS=1.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9717 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main/pcl6_msvc.mak')
-rw-r--r-- | main/pcl6_msvc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak index 59d5ce68e..b8ca3bc79 100644 --- a/main/pcl6_msvc.mak +++ b/main/pcl6_msvc.mak @@ -54,7 +54,7 @@ IMDISRCDIR=..\gs\imdi !endif !ifndef COMPILE_INITS -COMPILE_INITS=0 +COMPILE_INITS=1 !endif # PLPLATFORM indicates should be set to 'ps' for language switch |