summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-09-07 18:53:00 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-09-08 19:45:47 +0100
commit8f8e7df3adf63221d70cfff54aec9c56ffbd5385 (patch)
treedc1fccf2f78293d8c5ec10da456300fa31d28977 /windows
parent8b805ceb6fe15bd835a48dac227b85da401d7a81 (diff)
downloadghostpdl-8f8e7df3adf63221d70cfff54aec9c56ffbd5385.tar.gz
Rejig PCL/PXL to call graphics library rather than device functions.
Also remove pl_begin_image2/pl_image_data2/pl_end_image2 etc functions - might as well just call direct. This leaves pldraw.c and pldraw.h empty, so remove them. Also, take the opportunity to fix some potential cleanup problems.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostpcl.vcxproj4
-rw-r--r--windows/ghostpcl.vcxproj.filters6
2 files changed, 1 insertions, 9 deletions
diff --git a/windows/ghostpcl.vcxproj b/windows/ghostpcl.vcxproj
index e7cce71fc..8586ee195 100644
--- a/windows/ghostpcl.vcxproj
+++ b/windows/ghostpcl.vcxproj
@@ -479,7 +479,6 @@
<ClCompile Include="..\pcl\pl\plapi.c" />
<ClCompile Include="..\pcl\pl\plchar.c" />
<ClCompile Include="..\pcl\pl\pldict.c" />
- <ClCompile Include="..\pcl\pl\pldraw.c" />
<ClCompile Include="..\pcl\pl\plfapi.c" />
<ClCompile Include="..\pcl\pl\plfont.c" />
<ClCompile Include="..\pcl\pl\plftable.c" />
@@ -576,7 +575,6 @@
<ClInclude Include="..\pcl\pl\plchar.h" />
<ClInclude Include="..\pcl\pl\pldebug.h" />
<ClInclude Include="..\pcl\pl\pldict.h" />
- <ClInclude Include="..\pcl\pl\pldraw.h" />
<ClInclude Include="..\pcl\pl\plfapi.h" />
<ClInclude Include="..\pcl\pl\plfont.h" />
<ClInclude Include="..\pcl\pl\plftable.h" />
@@ -613,4 +611,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/windows/ghostpcl.vcxproj.filters b/windows/ghostpcl.vcxproj.filters
index 048decea2..f797fde32 100644
--- a/windows/ghostpcl.vcxproj.filters
+++ b/windows/ghostpcl.vcxproj.filters
@@ -204,9 +204,6 @@
<ClCompile Include="..\pcl\pl\pldict.c">
<Filter>pl</Filter>
</ClCompile>
- <ClCompile Include="..\pcl\pl\pldraw.c">
- <Filter>pl</Filter>
- </ClCompile>
<ClCompile Include="..\pcl\pl\plfapi.c">
<Filter>pl</Filter>
</ClCompile>
@@ -491,9 +488,6 @@
<ClInclude Include="..\pcl\pl\pldict.h">
<Filter>pl %28.h%29</Filter>
</ClInclude>
- <ClInclude Include="..\pcl\pl\pldraw.h">
- <Filter>pl %28.h%29</Filter>
- </ClInclude>
<ClInclude Include="..\pcl\pl\plfapi.h">
<Filter>pl %28.h%29</Filter>
</ClInclude>