diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-11-24 15:42:10 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-11-26 12:49:50 +0000 |
commit | a980d3d030b6cad801110a36ff9b09d5ec38b7d1 (patch) | |
tree | aba7c816b3717d4bfea541618b7d9d1d48c86be4 /win32 | |
parent | 11032ab74abc9f74161a7c2d138e894c7a7854da (diff) | |
download | mupdf-a980d3d030b6cad801110a36ff9b09d5ec38b7d1.tar.xz |
Move XML parser into fitz directory.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index e563fc80..1195ccee 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -402,6 +402,10 @@ > </File> <File + RelativePath="..\fitz\base_xml.c" + > + </File> + <File RelativePath="..\fitz\crypt_aes.c" > </File> @@ -670,10 +674,6 @@ > </File> <File - RelativePath="..\xps\xps_xml.c" - > - </File> - <File RelativePath="..\xps\xps_zip.c" > </File> |