diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-06-16 11:16:57 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-06-16 18:08:15 +0100 |
commit | 840f6ab0becba39a3a5a3a570e1055607dc1364c (patch) | |
tree | 73d16b479571bf1879f6e3bd95e7bd975a68246a /platform/win32 | |
parent | ae0e385406e5f0b82bec97fcf8021b6690acb949 (diff) | |
download | mupdf-840f6ab0becba39a3a5a3a570e1055607dc1364c.tar.xz |
Split image output functions into separate files.
Diffstat (limited to 'platform/win32')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 95c59042..433d69bc 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -995,6 +995,14 @@ > </File> <File + RelativePath="..\..\source\fitz\output-png.c" + > + </File> + <File + RelativePath="..\..\source\fitz\output-pnm.c" + > + </File> + <File RelativePath="..\..\source\fitz\output-ps.c" > </File> @@ -1003,6 +1011,10 @@ > </File> <File + RelativePath="..\..\source\fitz\output-tga.c" + > + </File> + <File RelativePath="..\..\source\fitz\output.c" > </File> |