early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/monkeys-audio/fix-project-config.patch
vendored
Executable file
16
externals/vcpkg/ports/monkeys-audio/fix-project-config.patch
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
--- a/Source/Projects/VS2019/MACDll/MACDll.vcxproj 2020-12-23 21:42:15.830541000 +0100
|
||||
+++ b/Source/Projects/VS2019/MACDll/MACDll.vcxproj 2020-12-29 06:07:36.101967600 +0100
|
||||
@@ -74,11 +74,9 @@
|
||||
<_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
- <OutDir>C:\Applications\Cool Edit Pro\</OutDir>
|
||||
+ <OutDir>$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
- <LinkIncremental>true</LinkIncremental>
|
||||
- <TargetName>APE</TargetName>
|
||||
- <TargetExt>.flt</TargetExt>
|
||||
+ <LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>$(Configuration)\</OutDir>
|
Reference in New Issue
Block a user