diff options
author | Robin Watts <robin.watts@artifex.com> | 2017-01-17 18:34:21 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2017-01-17 19:05:39 +0000 |
commit | 36c250de3c8e7550637e840b062d6bf81c6e05d7 (patch) | |
tree | 8ee2bf26e9dd3ad9ee8634a7e39bc82ab05f4501 /platform | |
parent | 08de3aa3254690425607ceb859d808f7d0852a84 (diff) | |
download | mupdf-36c250de3c8e7550637e840b062d6bf81c6e05d7.tar.xz |
MSVC: Fix 64bit builds of libmuthreads
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmuthreads.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/win32/libmuthreads.vcproj b/platform/win32/libmuthreads.vcproj index f91f4ee1..c0fa390d 100644 --- a/platform/win32/libmuthreads.vcproj +++ b/platform/win32/libmuthreads.vcproj @@ -127,7 +127,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=" " + OutputFile="$(OutDir)\$(ProjectName).lib" IgnoreAllDefaultLibraries="true" /> <Tool @@ -256,7 +256,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=" " + OutputFile="$(OutDir)\$(ProjectName).lib" IgnoreAllDefaultLibraries="true" /> <Tool @@ -383,7 +383,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile=" " + OutputFile="$(OutDir)\$(ProjectName).lib" IgnoreAllDefaultLibraries="true" /> <Tool |