]> git.proxmox.com Git - ceph.git/blob - 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
1 diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj
2 index b2e993c..c8774f1 100644
3 --- a/win32/SciLexer.vcxproj
4 +++ b/win32/SciLexer.vcxproj
5 @@ -88,6 +88,7 @@
6 <ClCompile>
7 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8 <LanguageStandard>stdcpp17</LanguageStandard>
9 + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
10 </ClCompile>
11 <Link>
12 <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
13 @@ -97,6 +98,7 @@
14 <ClCompile>
15 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
16 <LanguageStandard>stdcpp17</LanguageStandard>
17 + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
18 </ClCompile>
19 <Link>
20 <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
21 @@ -117,6 +119,7 @@
22 <IntrinsicFunctions>true</IntrinsicFunctions>
23 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
24 <LanguageStandard>stdcpp17</LanguageStandard>
25 + <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
26 </ClCompile>
27 <Link>
28 <EnableCOMDATFolding>true</EnableCOMDATFolding>
29 @@ -129,6 +132,7 @@
30 <IntrinsicFunctions>true</IntrinsicFunctions>
31 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
32 <LanguageStandard>stdcpp17</LanguageStandard>
33 + <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
34 </ClCompile>
35 <Link>
36 <EnableCOMDATFolding>true</EnableCOMDATFolding>
37 --