summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-04-08 19:42:50 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-04-13 12:48:37 +0100
commit2db388758e2653e8e26fc51dc824d320e94dca56 (patch)
tree7c838796453b16e14bc4520bb64f4e07debfa776 /windows
parenta5fa300ee30feeb8067e1a88bf31b43b40495b1b (diff)
downloadghostpdl-2db388758e2653e8e26fc51dc824d320e94dca56.tar.gz
Enable many more devices on Windows builds.
Match Unix as best we can.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostscript.vcxproj2
-rw-r--r--windows/ghostscript.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/ghostscript.vcxproj b/windows/ghostscript.vcxproj
index f4f644fb4..05d8c3185 100644
--- a/windows/ghostscript.vcxproj
+++ b/windows/ghostscript.vcxproj
@@ -1331,6 +1331,7 @@
<ClCompile Include="..\base\ttobjs.c" />
<ClCompile Include="..\base\vdtrace.c" />
<ClCompile Include="..\contrib\eplaser\gdevescv.c" />
+ <ClCompile Include="..\contrib\gdevadmp.c" />
<ClCompile Include="..\contrib\gdevbjca.c" />
<ClCompile Include="..\contrib\gdevbjc_.c" />
<ClCompile Include="..\contrib\gdevcd8.c" />
@@ -1499,6 +1500,7 @@
<ClCompile Include="..\devices\gdevjpx.c" />
<ClCompile Include="..\devices\gdevl31s.c" />
<ClCompile Include="..\devices\gdevlbp8.c" />
+ <ClCompile Include="..\devices\gdevlj56.c" />
<ClCompile Include="..\devices\gdevlp8k.c" />
<ClCompile Include="..\devices\gdevlxm.c" />
<ClCompile Include="..\devices\gdevmeds.c" />
diff --git a/windows/ghostscript.vcxproj.filters b/windows/ghostscript.vcxproj.filters
index c17faaeb2..19117455a 100644
--- a/windows/ghostscript.vcxproj.filters
+++ b/windows/ghostscript.vcxproj.filters
@@ -6045,6 +6045,12 @@
<ClCompile Include="..\extract\src\xml.c" />
<ClCompile Include="..\extract\src\zip-test.c" />
<ClCompile Include="..\extract\src\zip.c" />
+ <ClCompile Include="..\contrib\gdevadmp.c">
+ <Filter>contrib</Filter>
+ </ClCompile>
+ <ClCompile Include="..\devices\gdevlj56.c">
+ <Filter>devices</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\base\aes.h">