mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
9a7b70b1a2
* Add static linking to Scintilla * Add Port-Version to CONTROL * Split library linkage from crt linkage * Update CI baseline * Remove vcpkg_copy_pdbs()
15 lines
517 B
Diff
15 lines
517 B
Diff
diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj
|
|
index b2e993c..c8774f1 100644
|
|
--- a/win32/SciLexer.vcxproj
|
|
+++ b/win32/SciLexer.vcxproj
|
|
@@ -33,7 +33,7 @@
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup>
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
--
|