diff options
author | Robin Watts <robin.watts@artifex.com> | 2017-07-21 17:16:02 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2017-07-27 12:32:56 +0100 |
commit | e7d3fb2398139c7118c0d2a909d40b7e5e780700 (patch) | |
tree | 9eaa0a75f5dfed872b2bca34e97dabb995046b5d | |
parent | 57cbf137f25c5b32f65fc19998fc27b68fc31e3b (diff) | |
download | mupdf-e7d3fb2398139c7118c0d2a909d40b7e5e780700.tar.xz |
MSVC: Add mutrace.c to libmutool.
-rw-r--r-- | platform/win32/libmutool.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/win32/libmutool.vcproj b/platform/win32/libmutool.vcproj index 8d7b0494..18df1225 100644 --- a/platform/win32/libmutool.vcproj +++ b/platform/win32/libmutool.vcproj @@ -801,6 +801,10 @@ > </File> <File + RelativePath="..\..\source\tools\mutrace.c" + > + </File> + <File RelativePath="..\..\source\tools\pdfclean.c" > </File> |