summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-30 12:52:44 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-30 12:52:44 +0100
commit0a2059f64a6bfd22deaa2aba99eba932a867b708 (patch)
tree29e0f278506b691b1f984a11defb602cdbcdb44b /win32
parent4623d8d77b3b971208d93b61ebcb6e2de153c110 (diff)
downloadmupdf-0a2059f64a6bfd22deaa2aba99eba932a867b708.tar.xz
Move PNG, JPEG and TIFF image loading from muxps into fitz.
Diffstat (limited to 'win32')
-rw-r--r--win32/libmupdf.vcproj32
1 files changed, 16 insertions, 16 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj
index d4e7ad09..180e8837 100644
--- a/win32/libmupdf.vcproj
+++ b/win32/libmupdf.vcproj
@@ -435,10 +435,6 @@
>
</File>
<File
- RelativePath="..\fitz\filt_jpxd.c"
- >
- </File>
- <File
RelativePath="..\fitz\filt_lzwd.c"
>
</File>
@@ -451,6 +447,22 @@
>
</File>
<File
+ RelativePath="..\fitz\image_jpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fitz\image_jpx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fitz\image_png.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fitz\image_tiff.c"
+ >
+ </File>
+ <File
RelativePath="..\fitz\memento.c"
>
</File>
@@ -583,10 +595,6 @@
>
</File>
<File
- RelativePath="..\xps\xps_jpeg.c"
- >
- </File>
- <File
RelativePath="..\xps\xps_outline.c"
>
</File>
@@ -595,18 +603,10 @@
>
</File>
<File
- RelativePath="..\xps\xps_png.c"
- >
- </File>
- <File
RelativePath="..\xps\xps_resource.c"
>
</File>
<File
- RelativePath="..\xps\xps_tiff.c"
- >
- </File>
- <File
RelativePath="..\xps\xps_tile.c"
>
</File>