]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/scintilla/0002-static-crt.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / scintilla / 0002-static-crt.patch
CommitLineData
1e59de90
TL
1diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj\r
2index b2e993c..c8774f1 100644\r
3--- a/win32/SciLexer.vcxproj\r
4+++ b/win32/SciLexer.vcxproj\r
5@@ -88,6 +88,7 @@\r
6 <ClCompile>\r
7 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
8 <LanguageStandard>stdcpp17</LanguageStandard>\r
9+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
10 </ClCompile>\r
11 <Link>\r
12 <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>\r
13@@ -97,6 +98,7 @@\r
14 <ClCompile>\r
15 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
16 <LanguageStandard>stdcpp17</LanguageStandard>\r
17+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
18 </ClCompile>\r
19 <Link>\r
20 <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>\r
21@@ -117,6 +119,7 @@\r
22 <IntrinsicFunctions>true</IntrinsicFunctions>\r
23 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
24 <LanguageStandard>stdcpp17</LanguageStandard>\r
25+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
26 </ClCompile>\r
27 <Link>\r
28 <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
29@@ -129,6 +132,7 @@\r
30 <IntrinsicFunctions>true</IntrinsicFunctions>\r
31 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
32 <LanguageStandard>stdcpp17</LanguageStandard>\r
33+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
34 </ClCompile>\r
35 <Link>\r
36 <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
37-- \r