diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-11-14 17:44:42 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-11-15 13:43:53 +0000 |
commit | 5ee3e196e271dc63e3d706b817edfcef06622bd7 (patch) | |
tree | 6195f48c84ba1a9f3b49427ae6989b0ae6005ff2 /platform/win32/generated.vcproj | |
parent | 55b20c348352b2d5e3bf802bc57fae6b850ff674 (diff) | |
download | mupdf-5ee3e196e271dc63e3d706b817edfcef06622bd7.tar.xz |
MSVC: Fix Commercial build locations.
Also tweak dependencies to avoid strange build problems
for Commercial builds.
Diffstat (limited to 'platform/win32/generated.vcproj')
-rw-r--r-- | platform/win32/generated.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/win32/generated.vcproj b/platform/win32/generated.vcproj index a510fb0c..dffefdd5 100644 --- a/platform/win32/generated.vcproj +++ b/platform/win32/generated.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)/$(ProjectName)" + IntermediateDirectory="$(ConfigurationName)\$(ProjectName)" ConfigurationType="0" > <Tool |