summaryrefslogtreecommitdiff
path: root/windows/ghostscript_rt.vcxproj
diff options
context:
space:
mode:
authorNancy Durgin <nancy.durgin@artifex.com>2018-12-12 07:43:13 -0800
committerNancy Durgin <nancy.durgin@artifex.com>2018-12-18 13:04:32 -0800
commit0d04beddf3f2b5f5eac46f2ae9d5ab0452e38ada (patch)
tree6640ac39107d19f2ffbaf8fae5cb135f3b86d208 /windows/ghostscript_rt.vcxproj
parent164c0da6464b3c9da4923ca4827616a85f0f95a9 (diff)
downloadghostpdl-0d04beddf3f2b5f5eac46f2ae9d5ab0452e38ada.tar.gz
Removing display postscript and NeXT dps operators.
This only removes operators that are DPS only. They are marked with a "DPS" in the PLRM. Also removes related internal operators. (gs_img.ps) Remove img_utils_dict Dependency on gs_dps.ps is gone. Can just define the utility funcs for use and then just undef them at end. (gs_init.ps) Don't need to undef dps operators anymore, because they won't be defined (pdf_draw.ps) Change PDF implementation to call .setscreenphase directly This used to call it via the dps operator 'sethalftonephase', but that is going away, so just make .setscreenphase be part of the pdf implementation directly. Also move implementation of .setscreenphase to zpdfops.c (gs_cet.ps) No longer need to undef 'deviceinfo' for CET because it won't be defined (gs_btokn.ps) Replace the DPS operators in .installsystemnames with placeholders Keeps the length/values in the array the same, just removing dps operators. (icontext.c) Needed to modify the no_reschedule() proc to return 0 instead of an error. I think we can delete a ton of related code, in future commit, because the code handling the time_slice_proc and reschedule_proc should no longer be needed. (lots of changes) Delete dps-related source files, update makefiles and other files that reference the deleted files.
Diffstat (limited to 'windows/ghostscript_rt.vcxproj')
-rw-r--r--windows/ghostscript_rt.vcxproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/windows/ghostscript_rt.vcxproj b/windows/ghostscript_rt.vcxproj
index 42e6fe474..b73fe2954 100644
--- a/windows/ghostscript_rt.vcxproj
+++ b/windows/ghostscript_rt.vcxproj
@@ -494,7 +494,6 @@
<ClCompile Include="..\base\gsdevice.c" />
<ClCompile Include="..\base\gsdevmem.c" />
<ClCompile Include="..\base\gsdparam.c" />
- <ClCompile Include="..\base\gsdps.c" />
<ClCompile Include="..\base\gsdps1.c" />
<ClCompile Include="..\base\gsdsrc.c" />
<ClCompile Include="..\base\gsfcid.c" />
@@ -1159,7 +1158,6 @@
<ClCompile Include="..\psi\zcolor1.c" />
<ClCompile Include="..\psi\zcolor2.c" />
<ClCompile Include="..\psi\zcolor3.c" />
- <ClCompile Include="..\psi\zcontext.c" />
<ClCompile Include="..\psi\zcontrol.c" />
<ClCompile Include="..\psi\zcrd.c" />
<ClCompile Include="..\psi\zcsindex.c" />
@@ -1170,8 +1168,6 @@
<ClCompile Include="..\psi\zdevice2.c" />
<ClCompile Include="..\psi\zdict.c" />
<ClCompile Include="..\psi\zdouble.c" />
- <ClCompile Include="..\psi\zdpnext.c" />
- <ClCompile Include="..\psi\zdps.c" />
<ClCompile Include="..\psi\zdps1.c" />
<ClCompile Include="..\psi\zdscpars.c" />
<ClCompile Include="..\psi\zfaes.c" />
@@ -1716,8 +1712,6 @@
<ClInclude Include="..\base\gsdfilt.h" />
<ClInclude Include="..\base\gsdll.h" />
<ClInclude Include="..\base\gsdllwin.h" />
- <ClInclude Include="..\base\gsdpnext.h" />
- <ClInclude Include="..\base\gsdps.h" />
<ClInclude Include="..\base\gsdsrc.h" />
<ClInclude Include="..\base\gsequivc.h" />
<ClInclude Include="..\base\gserrors.h" />
@@ -2612,8 +2606,6 @@
<None Include="..\Resource\Init\gs_dbt_e.ps" />
<None Include="..\Resource\Init\gs_diskf.ps" />
<None Include="..\Resource\Init\gs_diskn.ps" />
- <None Include="..\Resource\Init\gs_dpnxt.ps" />
- <None Include="..\Resource\Init\gs_dps.ps" />
<None Include="..\Resource\Init\gs_dps1.ps" />
<None Include="..\Resource\Init\gs_dps2.ps" />
<None Include="..\Resource\Init\gs_dscp.ps" />