Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-05-18 18:27:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-05-18 19:39:46 +0300
commit1dc783a0921fce3bc32d87dc49e729be11de8525 (patch)
tree182bbc26d4c8b75db34e015f02afcb3f32aaf607 /src/thirdparty/DoctorDump
parentb198d94f56dfcbf7f7ecfd2d90d556b43c61fe2b (diff)
Fix DoctorDump.vcxproj deploy.bat call.
Also, fix solution platforms while at it.
Diffstat (limited to 'src/thirdparty/DoctorDump')
-rw-r--r--src/thirdparty/DoctorDump/DoctorDump.vcxproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/thirdparty/DoctorDump/DoctorDump.vcxproj b/src/thirdparty/DoctorDump/DoctorDump.vcxproj
index d8790d579..2988a1d1c 100644
--- a/src/thirdparty/DoctorDump/DoctorDump.vcxproj
+++ b/src/thirdparty/DoctorDump/DoctorDump.vcxproj
@@ -38,9 +38,11 @@
<Import Project="..\..\common-3rd-party.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <NMakeBuildCommandLine>$(ProjectDir)deploy.bat $(Platform) "$(OutputPath)"</NMakeBuildCommandLine>
- <NMakeReBuildCommandLine>$(ProjectDir)deploy.bat $(Platform) "$(OutputPath)"</NMakeReBuildCommandLine>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <OutDir>$(SolutionDir)bin\mpc-hc_x86\</OutDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Lite|Win32'">
+ <OutDir>$(SolutionDir)bin\mpc-hc_x86 Lite\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)bin\mpc-hc_x64\</OutDir>
@@ -48,11 +50,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Lite|x64'">
<OutDir>$(SolutionDir)bin\mpc-hc_x64 Lite\</OutDir>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <OutDir>$(SolutionDir)bin\mpc-hc_x86\</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Lite|Win32'">
- <OutDir>$(SolutionDir)bin\mpc-hc_x86 Lite\</OutDir>
+ <PropertyGroup>
+ <NMakeBuildCommandLine>$(ProjectDir)deploy.bat $(Platform) "$(OutDir)"</NMakeBuildCommandLine>
+ <NMakeReBuildCommandLine>$(ProjectDir)deploy.bat $(Platform) "$(OutDir)"</NMakeReBuildCommandLine>
</PropertyGroup>
<ItemGroup>
<ClInclude Include="CrashRpt.h" />