From 4088d5236df3d237acb82c04d3161724c638c607 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Mon, 23 Aug 2021 10:41:44 +0100 Subject: Consolidate AGL definitions in C Previously, the only C code that required access to the Adobe Glyph List was in the vector devices, so we kept the AGL definition with those. Otherwise it was always in Postscript. The PDF interpreter in C also requires the AGL, so move the AGL into base, and give it its own ".dev". Still to do: Remove the Postscript definition, and create the Postscript definition(s) in PS VM from the C definition. --- windows/ghostscript_rt.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/ghostscript_rt.vcxproj') diff --git a/windows/ghostscript_rt.vcxproj b/windows/ghostscript_rt.vcxproj index c5f8a4f3b..7589ac37c 100644 --- a/windows/ghostscript_rt.vcxproj +++ b/windows/ghostscript_rt.vcxproj @@ -716,6 +716,7 @@ + @@ -1456,7 +1457,6 @@ - @@ -1669,6 +1669,7 @@ + @@ -2174,7 +2175,6 @@ - -- cgit v1.2.1