Skip to content

Commit

Permalink
Enable static linking on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball committed Sep 1, 2024
1 parent fc7a6ac commit b6465ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osci-render.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,9 @@
</LINUX_MAKE>
<VS2022 targetFolder="Builds/VisualStudio2022" smallIcon="pSc1mq" bigIcon="pSc1mq">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render"/>
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render" useRuntimeLibDLL="0"/>
<CONFIGURATION isDebug="0" name="Release" targetName="osci-render" alwaysGenerateDebugSymbols="1"
debugInformationFormat="ProgramDatabase"/>
debugInformationFormat="ProgramDatabase" useRuntimeLibDLL="0"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../../../JUCE/modules"/>
Expand Down

0 comments on commit b6465ab

Please sign in to comment.