summaryrefslogtreecommitdiff
path: root/win32/libmupdf.vcproj
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-11-30 13:45:42 +0000
committerRobin Watts <robin.watts@artifex.com>2012-11-30 13:45:42 +0000
commit62320204bf806686dd07d27d8110670914a874ca (patch)
tree648a8dc12e506f6e6e100efb4d31159e6c17decd /win32/libmupdf.vcproj
parent980e2932579e3ede636297b49baf12ad1bc8b2a7 (diff)
downloadmupdf-62320204bf806686dd07d27d8110670914a874ca.tar.xz
Rejig VS projects to avoid compiling files twice.
We now have a libmupdf that has all the usual files in, plus a libmupdf-v8 and a libmupdf-nov8 with/without javascript respectively. libmupdf-v8 and libmupdf-nov8 both depend on libmupdf, and the apps depend on libmupdf-{no,}v8 as appropriate. This means every file is listed (and compiled) strictly once, and better matches the style of the unix builds. It also prevents VS getting confused and listing files twice in search results. Also, we strip out the unnecessary repeated calls to generate.bat, which result in occasional spurious build failures.
Diffstat (limited to 'win32/libmupdf.vcproj')
-rw-r--r--win32/libmupdf.vcproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj
index 1195ccee..b22fb8ca 100644
--- a/win32/libmupdf.vcproj
+++ b/win32/libmupdf.vcproj
@@ -23,8 +23,8 @@
>
<Tool
Name="VCPreBuildEventTool"
- Description="Generate CMap and Font source files"
- CommandLine="generate.bat"
+ Description=""
+ CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@@ -286,10 +286,6 @@
>
</File>
<File
- RelativePath="..\pdf\pdf_js_none.c"
- >
- </File>
- <File
RelativePath="..\pdf\pdf_lex.c"
>
</File>