mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 09:45:36 +08:00
[vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090 (#29667)
* Add patch to fix C1090 error * update * update
This commit is contained in:
parent
01da3c4906
commit
b6dceb5053
13
ports/monkeys-audio/fix-C2471.patch
Normal file
13
ports/monkeys-audio/fix-C2471.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/Source/Projects/VS2019/MACDll/MACDll.vcxproj b/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
||||
index 0fcfc94..c0caf12 100644
|
||||
--- a/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
||||
+++ b/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
||||
@@ -108,7 +108,7 @@
|
||||
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
@ -16,6 +16,7 @@ vcpkg_extract_source_archive(
|
||||
PATCHES
|
||||
fix-project-config.patch
|
||||
remove-certificate-step.patch
|
||||
fix-C2471.patch
|
||||
)
|
||||
|
||||
file(REMOVE_RECURSE
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "monkeys-audio",
|
||||
"version-string": "9.04",
|
||||
"port-version": 1,
|
||||
"description": [
|
||||
"Monkey's Audio is an excellent audio compression tool which has multiple advantages over traditional methods.",
|
||||
"Audio files compressed with it end with .ape extension."
|
||||
|
@ -5118,7 +5118,7 @@
|
||||
},
|
||||
"monkeys-audio": {
|
||||
"baseline": "9.04",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"moos-core": {
|
||||
"baseline": "10.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "65d1eadb4f2e5961fec2975b2450513b6c7b6d6a",
|
||||
"version-string": "9.04",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "ae5b8fee2db96b691e609427278a6974180e68d4",
|
||||
"version-string": "9.04",
|
||||
|
Loading…
Reference in New Issue
Block a user