diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-02-04 17:06:50 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-02-04 23:18:18 +0000 |
commit | d13793b9e3511b0a1ada04c1863527e2bc948f1a (patch) | |
tree | af9e79f45fea8043cb165f33a4cc0e9fbe508254 /win32 | |
parent | fc9281079e0b15a219337fe6e1ad8f8d1389bad1 (diff) | |
download | mupdf-d13793b9e3511b0a1ada04c1863527e2bc948f1a.tar.xz |
Add fz_output, and make output functions use it.
Various functions in the code output to FILE *, when there are times
we'd like them to output to other things, such as fz_buffers.
Add an fz_output type, together with fz_printf to allow things to
output to this.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 438865bf..cee47cb5 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -23,7 +23,6 @@ > <Tool Name="VCPreBuildEventTool" - Description="" CommandLine="" /> <Tool @@ -578,6 +577,10 @@ > </File> <File + RelativePath="..\fitz\stm_output.c" + > + </File> + <File RelativePath="..\fitz\stm_read.c" > </File> |