[vcpkg baseline][monkeys-audio] Fixing error C2471 and error C1090 (#29667)

* Add patch to fix C1090 error

* update

* update
This commit is contained in:
Mengna Li 2023-02-17 05:31:39 +08:00 committed by GitHub
parent 01da3c4906
commit b6dceb5053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 1 deletions

View 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>

View File

@ -16,6 +16,7 @@ vcpkg_extract_source_archive(
PATCHES
fix-project-config.patch
remove-certificate-step.patch
fix-C2471.patch
)
file(REMOVE_RECURSE

View File

@ -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."

View File

@ -5118,7 +5118,7 @@
},
"monkeys-audio": {
"baseline": "9.04",
"port-version": 0
"port-version": 1
},
"moos-core": {
"baseline": "10.4.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "65d1eadb4f2e5961fec2975b2450513b6c7b6d6a",
"version-string": "9.04",
"port-version": 1
},
{
"git-tree": "ae5b8fee2db96b691e609427278a6974180e68d4",
"version-string": "9.04",