Skip to content

Commit

Permalink
use normal BASS header instead of BASS_dynamic by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkax committed Sep 25, 2019
1 parent 223541a commit 9b4adbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions src/Propulse.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Title Value="Propulse"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N LFM="False"/>
Expand Down Expand Up @@ -56,6 +55,7 @@
</Debugging>
<LinkSmart Value="True"/>
<Options>
<PassLinkerOptions Value="True"/>
<LinkerOptions Value="-rpath=."/>
<Win32>
<GraphicApplication Value="True"/>
Expand All @@ -74,12 +74,6 @@
-OoFASTMATH
-OoLOOPUNROLL
-OoREMOVEEMPTYPROCS"/>
<OtherDefines Count="4">
<Define0 Value="RELEASE"/>
<Define1 Value="BASS_DYNAMIC"/>
<Define2 Value="DISABLE_SDL2_2_0_5"/>
<Define3 Value="DISABLE_SDL2_2_0_4"/>
</OtherDefines>
</Other>
</CompilerOptions>
</Item2>
Expand Down Expand Up @@ -487,6 +481,7 @@
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>
<PassLinkerOptions Value="True"/>
<LinkerOptions Value="-rpath=."/>
</Options>
</Linking>
Expand Down
2 changes: 1 addition & 1 deletion src/propulse.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
{$ENDIF}

{$DEFINE BASS}
{$DEFINE BASS_DYNAMIC}
{.$DEFINE BASS_DYNAMIC}

0 comments on commit 9b4adbd

Please sign in to comment.