summaryrefslogtreecommitdiff
path: root/windows/ghostscript_rt.vcxproj
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-08-23 10:41:44 +0100
committerChris Liddell <chris.liddell@artifex.com>2021-08-23 12:09:14 +0100
commit4088d5236df3d237acb82c04d3161724c638c607 (patch)
tree9605c7c9f20cbed71daeb96a48cc8596a09f40d7 /windows/ghostscript_rt.vcxproj
parent9ec48bdccbc498d3b822eef9a11dd3a528c8e012 (diff)
downloadghostpdl-4088d5236df3d237acb82c04d3161724c638c607.tar.gz
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.
Diffstat (limited to 'windows/ghostscript_rt.vcxproj')
-rw-r--r--windows/ghostscript_rt.vcxproj4
1 files changed, 2 insertions, 2 deletions
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 @@
<ClCompile Include="..\base\gxblend.c" />
<ClCompile Include="..\base\gxblend1.c" />
<ClCompile Include="..\base\gdevdevn.c" />
+ <ClCompile Include="..\base\gsagl.c" />
<ClCompile Include="..\base\gscdevn.c" />
<ClCompile Include="..\base\gscie.c" />
<ClCompile Include="..\base\gsciemap.c" />
@@ -1456,7 +1457,6 @@
<ClCompile Include="..\devices\gdevxres.c" />
<ClCompile Include="..\devices\gxfcopy.c" />
<ClCompile Include="..\devices\minftrsz.c" />
- <ClCompile Include="..\devices\vector\gdevagl.c" />
<ClCompile Include="..\devices\vector\gdevlj56.c" />
<ClCompile Include="..\devices\vector\gdevpdf.c" />
<ClCompile Include="..\devices\vector\gdevpdfb.c" />
@@ -1669,6 +1669,7 @@
<ClInclude Include="..\base\gs_dll_call.h" />
<ClInclude Include="..\base\gs_mgl_e.h" />
<ClInclude Include="..\base\gs_mro_e.h" />
+ <ClInclude Include="..\base\gsagl.h" />
<ClInclude Include="..\base\gsalloc.h" />
<ClInclude Include="..\base\gsalpha.h" />
<ClInclude Include="..\base\gsargs.h" />
@@ -2174,7 +2175,6 @@
<ClInclude Include="..\devices\gxfcopy.h" />
<ClInclude Include="..\devices\minftrsz.h" />
<ClInclude Include="..\devices\vector\doc_common.h" />
- <ClInclude Include="..\devices\vector\gdevagl.h" />
<ClInclude Include="..\devices\vector\gdevpdfb.h" />
<ClInclude Include="..\devices\vector\gdevpdfc.h" />
<ClInclude Include="..\devices\vector\gdevpdfg.h" />