diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-01-30 10:18:00 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-01-30 10:19:15 +0000 |
commit | d8ad064b0c4bcd539c06c98af070613ff818ee0b (patch) | |
tree | 4a3ce287474fbf6eb49975ff708f49bf5ea02a3b /win32/libmupdf-v8.vcproj | |
parent | 0cbf73e579846395c7b9f7ebd3f3f229d99104ac (diff) | |
download | mupdf-d8ad064b0c4bcd539c06c98af070613ff818ee0b.tar.xz |
Fix dependencies in VS solution.
libmupdf, libmupdf-v8 and libmupdf-nov8 were all calling generate.bat
resulting in occasional build failures. As the latter 2 depend on the
first, only libmupdf needs call it.
Diffstat (limited to 'win32/libmupdf-v8.vcproj')
-rw-r--r-- | win32/libmupdf-v8.vcproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/win32/libmupdf-v8.vcproj b/win32/libmupdf-v8.vcproj index 12a444f8..8adf5094 100644 --- a/win32/libmupdf-v8.vcproj +++ b/win32/libmupdf-v8.vcproj @@ -23,7 +23,6 @@ > <Tool Name="VCPreBuildEventTool" - Description="" CommandLine="" /> <Tool @@ -88,8 +87,8 @@ > <Tool Name="VCPreBuildEventTool" - Description="Generate CMap and Font source files" - CommandLine="generate.bat" + Description="" + CommandLine="" /> <Tool Name="VCCustomBuildTool" |