summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-07-29 14:39:46 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-07-29 18:54:39 +0100
commitd802303d48d2cb7ac7be157865588b2416e8e633 (patch)
tree0e34352a2d27cd30df09bcde008f4d9437a2035e /windows
parent423a04cd8bb7f12ffc127bfb30630348d98694b4 (diff)
downloadghostpdl-d802303d48d2cb7ac7be157865588b2416e8e633.tar.gz
Add gs_param list parsing functions.
Actually, steal the existing functions from the PJL code, move them into the graphics library, and refactor slightly. 2 functions; the first one, gs_param_list_add_tokens reads a string of key/value pairs and adds them to the list. The second one, gs_param_list_add_parsed_value takes a key and a string for the value, and just adds that pair to the list.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostscript.vcxproj1
-rw-r--r--windows/ghostscript.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/windows/ghostscript.vcxproj b/windows/ghostscript.vcxproj
index d3897bebf..4a7c07bd6 100644
--- a/windows/ghostscript.vcxproj
+++ b/windows/ghostscript.vcxproj
@@ -1102,6 +1102,7 @@
<ClCompile Include="..\base\gspaint.c" />
<ClCompile Include="..\base\gsparam.c" />
<ClCompile Include="..\base\gsparam2.c" />
+ <ClCompile Include="..\base\gsparaml.c" />
<ClCompile Include="..\base\gsparams.c" />
<ClCompile Include="..\base\gsparamx.c" />
<ClCompile Include="..\base\gspath.c" />
diff --git a/windows/ghostscript.vcxproj.filters b/windows/ghostscript.vcxproj.filters
index fd12824cc..a20a962d5 100644
--- a/windows/ghostscript.vcxproj.filters
+++ b/windows/ghostscript.vcxproj.filters
@@ -6020,6 +6020,9 @@
<ClCompile Include="..\tesseract\src\wordrec\wordrec.cpp">
<Filter>tesseract\wordrec</Filter>
</ClCompile>
+ <ClCompile Include="..\base\gsparaml.c">
+ <Filter>base</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\base\aes.h">