diff options
author | Paul Gardiner <paul@glidos.net> | 2012-05-15 13:20:10 +0100 |
---|---|---|
committer | Paul Gardiner <paul@glidos.net> | 2012-05-15 13:20:10 +0100 |
commit | 407e39962d537d7c9cc38110cf37c0b93f329d0e (patch) | |
tree | ad053699f8bc9b8a221f786819e20cafa98f92a4 /win32 | |
parent | 0b8667c0c3c85bf497b554bfa64375a13527cd1c (diff) | |
download | mupdf-407e39962d537d7c9cc38110cf37c0b93f329d0e.tar.xz |
Forms: make forms API separate to the main document API
This also provides a way to test whether interactive methods
are supported.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf-v8.vcproj | 4 | ||||
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/libmupdf-v8.vcproj b/win32/libmupdf-v8.vcproj index 569b61de..637519de 100644 --- a/win32/libmupdf-v8.vcproj +++ b/win32/libmupdf-v8.vcproj @@ -431,6 +431,10 @@ > </File> <File + RelativePath="..\fitz\doc_interactive.c" + > + </File> + <File RelativePath="..\fitz\doc_link.c" > </File> diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index c88c5be1..ec3a96b6 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -430,6 +430,10 @@ > </File> <File + RelativePath="..\fitz\doc_interactive.c" + > + </File> + <File RelativePath="..\fitz\doc_link.c" > </File> |