summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
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