summaryrefslogtreecommitdiff
path: root/platform/win32
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-03-16 15:32:05 +0000
committerRobin Watts <robin.watts@artifex.com>2016-03-16 16:20:49 +0000
commitf1254a760f718b8d7cbf687e8798ddd02806bc0c (patch)
tree7f662e24d84e2d5fb5d63e0a6deb0db52e2621ea /platform/win32
parent069b8fdcd374b9ba6560cc884e83738409ae84bc (diff)
downloadmupdf-f1254a760f718b8d7cbf687e8798ddd02806bc0c.tar.xz
glyph plotter; Use repeated inclusion of header
To avoid having to duplicate a fairly large block of code several times, use repeated inclusion of a header with some macros to generate optimised glyph plotters.
Diffstat (limited to 'platform/win32')
-rw-r--r--platform/win32/libmupdf.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj
index 0fdf568d..3f7cfb69 100644
--- a/platform/win32/libmupdf.vcproj
+++ b/platform/win32/libmupdf.vcproj
@@ -971,6 +971,10 @@
>
</File>
<File
+ RelativePath="..\..\source\fitz\paint-glyph.h"
+ >
+ </File>
+ <File
RelativePath="..\..\source\fitz\path.c"
>
</File>