summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-09-14 17:39:02 +0100
committerRobin Watts <Robin.Watts@artifex.com>2022-09-19 12:44:06 +0100
commit90fa745b793dc439d59bdab2255867fb7dfb5420 (patch)
tree9e505a53f95d8decd721dba96e52b5d96a2bd617 /windows
parent9e6faf9495945ba6471f693fe01a0f1d1f538edf (diff)
downloadghostpdl-90fa745b793dc439d59bdab2255867fb7dfb5420.tar.gz
Add gpdl support for SmartOffice integration.
No actual SmartOffice code here, just the framework for adding the (private) "SO" interpreter.
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 3ccf4d444..41f825adf 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="..\so\sotop.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/windows/ghostpdl.vcxproj.filters b/windows/ghostpdl.vcxproj.filters
index dc436d952..f385ada3d 100644
--- a/windows/ghostpdl.vcxproj.filters
+++ b/windows/ghostpdl.vcxproj.filters
@@ -27,5 +27,8 @@
<ClCompile Include="..\gpdl\tifftop.c">
<Filter>gpdl</Filter>
</ClCompile>
+ <ClCompile Include="..\so\sotop.c">
+ <Filter>gpdl</Filter>
+ </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file