mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
b6dceb5053
* Add patch to fix C1090 error * update * update
14 lines
688 B
Diff
14 lines
688 B
Diff
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>
|