diff options
author | Paul Gardiner <paul@glidos.net> | 2012-05-15 15:34:51 +0100 |
---|---|---|
committer | Paul Gardiner <paul@glidos.net> | 2012-05-15 15:34:51 +0100 |
commit | 967f42c877cd9a732761957e1329776600505119 (patch) | |
tree | e6c93cb255e62e0328b03261178232b9f35fb8f4 /win32 | |
parent | 0d8050285b4684ffcfe5472e85e5fce195e83988 (diff) | |
download | mupdf-967f42c877cd9a732761957e1329776600505119.tar.xz |
Add a dummy pdf_js implementation for use in non-form-supporting builds
The calc.pdf specific version of pdf_jsimp is no longer needed and hence
dropped.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index ec3a96b6..2bd67845 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -286,11 +286,7 @@ > </File> <File - RelativePath="..\pdf\pdf_js.c" - > - </File> - <File - RelativePath="..\pdf\pdf_jsimp.c" + RelativePath="..\pdf\pdf_js_none.c" > </File> <File |