summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-10-06 11:17:39 +0100
committerRobin Watts <Robin.Watts@artifex.com>2022-10-21 15:38:14 +0100
commit253e26c536e92f78ae44b1862480b001a4933971 (patch)
treea67fa7b61e4a1b716b8d3dd64defcf00eca1bb50 /windows
parentcff2b8b436d1f8775830a1c3d7427a7ad5056940 (diff)
downloadghostpdl-253e26c536e92f78ae44b1862480b001a4933971.tar.gz
Add text file interpreter for gpdl.
Spots ascii/utf8/utf16 and feeds to PCL interpreter. May need further tweaking with both text file spotting and font selection, but it's a decent start.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostpdl.vcxproj1
-rw-r--r--windows/ghostpdl.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/windows/ghostpdl.vcxproj b/windows/ghostpdl.vcxproj
index 41f825adf..1da52fb86 100644
--- a/windows/ghostpdl.vcxproj
+++ b/windows/ghostpdl.vcxproj
@@ -465,6 +465,7 @@
<ClCompile Include="..\gpdl\psitop.c" />
<ClCompile Include="..\gpdl\pwgtop.c" />
<ClCompile Include="..\gpdl\tifftop.c" />
+ <ClCompile Include="..\gpdl\txttop.c" />
<ClCompile Include="..\so\sotop.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/windows/ghostpdl.vcxproj.filters b/windows/ghostpdl.vcxproj.filters
index f385ada3d..6d4110e35 100644
--- a/windows/ghostpdl.vcxproj.filters
+++ b/windows/ghostpdl.vcxproj.filters
@@ -30,5 +30,8 @@
<ClCompile Include="..\so\sotop.c">
<Filter>gpdl</Filter>
</ClCompile>
+ <ClCompile Include="..\gpdl\txttop.c">
+ <Filter>gpdl</Filter>
+ </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file