summaryrefslogtreecommitdiff
path: root/win32/mupdf-v8.vcproj
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-06-14 12:02:11 +0100
committerRobin Watts <robin.watts@artifex.com>2012-06-14 19:15:59 +0100
commit9f2465bef0fad8543059354e733dfa769a36aefd (patch)
tree94ee4e386d7e8860bb0b8ca8377009a4ca318299 /win32/mupdf-v8.vcproj
parent836d6a62162e51e7d7925773064c30ef500ded94 (diff)
downloadmupdf-9f2465bef0fad8543059354e733dfa769a36aefd.tar.xz
Solution changes to make release and memento builds of v8 linked things work.
We only seem to have a debug build of the v8 build to work with at the moment though...
Diffstat (limited to 'win32/mupdf-v8.vcproj')
-rw-r--r--win32/mupdf-v8.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/mupdf-v8.vcproj b/win32/mupdf-v8.vcproj
index ae914944..b90c73d8 100644
--- a/win32/mupdf-v8.vcproj
+++ b/win32/mupdf-v8.vcproj
@@ -133,6 +133,8 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="v8_base.lib v8_snapshot.lib ws2_32.lib winmm.lib"
+ AdditionalLibraryDirectories="&quot;..\thirdparty\v8-3.9&quot;"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -207,6 +209,8 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="v8_base.lib v8_snapshot.lib ws2_32.lib winmm.lib"
+ AdditionalLibraryDirectories="&quot;..\thirdparty\v8-3.9&quot;"
GenerateDebugInformation="true"
TargetMachine="1"
/>