mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-01 21:58:56 +00:00
Merge pull request #10616 from shuffle2/fmt-lib
msbuild: fmt static library
This commit is contained in:
commit
e4695e329c
8 changed files with 76 additions and 16 deletions
|
@ -55,7 +55,6 @@
|
|||
<ExternalTemplatesDiagnostics>true</ExternalTemplatesDiagnostics>
|
||||
<DisableAnalyzeExternal>true</DisableAnalyzeExternal>
|
||||
<TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
|
||||
<PreprocessorDefinitions>FMT_HEADER_ONLY=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<!--
|
||||
It would be a good idea to disable _CRT_SECURE_NO_WARNINGS and get rid of e.g. C string parsing funcs
|
||||
Unfortunately this also complains about FILE* APIs, which can be inconvenient to replace.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue