diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-11-07 13:46:59 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-11-16 14:05:07 +0100 |
commit | e50ede1410458db86c08d4368496b924e0d5d221 (patch) | |
tree | 768329e7243992e776607ad98d3e1f054e9f2b3b /win32 | |
parent | 3b276ac7be6e4935e771f6ac46f91c73144594dc (diff) | |
download | mupdf-e50ede1410458db86c08d4368496b924e0d5d221.tar.xz |
Move text searching function into fitz.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index cc12574b..e563fc80 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -454,6 +454,10 @@ > </File> <File + RelativePath="..\fitz\doc_search.c" + > + </File> + <File RelativePath="..\fitz\filt_basic.c" > </File> |