diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-04-30 10:48:41 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-04-30 15:55:24 +0100 |
commit | c5fe69a30dc09a094c6f8237b7f8bf72dc1768b0 (patch) | |
tree | 875f47347c26da428fba0f4fd2f6d167a6041d4f /win32/libmupdf.vcproj | |
parent | a2a6d67e426d14b34233a3f3edf737bc82aa5ffb (diff) | |
download | mupdf-c5fe69a30dc09a094c6f8237b7f8bf72dc1768b0.tar.xz |
Split dev_text into three parts.
One for the raw span extraction pass, one for paragraph sorting,
and another for HTML output.
Diffstat (limited to 'win32/libmupdf.vcproj')
-rw-r--r-- | win32/libmupdf.vcproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 23a4b8ba..27f14936 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -437,7 +437,15 @@ > </File> <File - RelativePath="..\fitz\dev_text.c" + RelativePath="..\fitz\text_extract.c" + > + </File> + <File + RelativePath="..\fitz\text_output.c" + > + </File> + <File + RelativePath="..\fitz\text_paragraph.c" > </File> <File @@ -461,7 +469,7 @@ > </File> <File - RelativePath="..\fitz\doc_search.c" + RelativePath="..\fitz\text_search.c" > </File> <File |