Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Apr 2, 2021
1 parent 618414a commit d86ed21
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface
DbcScript;

Const
current_version='1.4.4';
current_version='1.4.5';

type
TRoomState=(
Expand Down
52 changes: 27 additions & 25 deletions twitch_vip_bot.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,14 @@
<SmartLinkUnit Value="True"/>
<RelocatableUnit Value="True"/>
<TargetCPU Value="x86_64"/>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
</Debugging>
<LinkSmart Value="True"/>
<Options>
<Win32>
Expand Down Expand Up @@ -198,31 +204,27 @@
-dLS_NOT_udivdi3
-dLS_NOT_umoddi3
-dLS_NOT_imp___iob"/>
<OtherDefines Count="24">
<Define0 Value="DisableLCLGIF"/>
<Define1 Value="DisableLCLJPEG"/>
<Define2 Value="DisableLCLPNM"/>
<Define3 Value="DisableLCLTIFF"/>
<Define4 Value="DisableMemoryLeakReporting"/>
<Define5 Value="USE_STATIC_NGHTTP2"/>
<Define6 Value="USE_STATIC_PORTAUDIO"/>
<Define7 Value="USE_STATIC_SNDFILE"/>
<Define8 Value="USE_STATIC_MPG123"/>
<Define9 Value="LS_NOT_chkstk_ms"/>
<Define10 Value="LS_NOT_assert"/>
<Define11 Value="LS_NOT_memset"/>
<Define12 Value="LS_NOT_memcpy"/>
<Define13 Value="LS_NOT_strlen"/>
<Define14 Value="LS_NOT_CMEM"/>
<Define15 Value="LS_NOT_qsort"/>
<Define16 Value="LS_NOT_abort"/>
<Define17 Value="LS_NOT_fprintf"/>
<Define18 Value="LS_NOT_memmove"/>
<Define19 Value="LS_NOT_memcmp"/>
<Define20 Value="LS_NOT_fputc"/>
<Define21 Value="LS_NOT_udivdi3"/>
<Define22 Value="LS_NOT_umoddi3"/>
<Define23 Value="LS_NOT_imp___iob"/>
<OtherDefines Count="20">
<Define0 Value="DisableMemoryLeakReporting"/>
<Define1 Value="USE_STATIC_NGHTTP2"/>
<Define2 Value="USE_STATIC_PORTAUDIO"/>
<Define3 Value="USE_STATIC_SNDFILE"/>
<Define4 Value="LS_NOT_chkstk_ms"/>
<Define5 Value="LS_NOT_assert"/>
<Define6 Value="LS_NOT_memset"/>
<Define7 Value="LS_NOT_memcpy"/>
<Define8 Value="LS_NOT_strlen"/>
<Define9 Value="LS_NOT_CMEM"/>
<Define10 Value="LS_NOT_qsort"/>
<Define11 Value="LS_NOT_abort"/>
<Define12 Value="LS_NOT_fprintf"/>
<Define13 Value="LS_NOT_memmove"/>
<Define14 Value="LS_NOT_memcmp"/>
<Define15 Value="LS_NOT_fputc"/>
<Define16 Value="LS_NOT_udivdi3"/>
<Define17 Value="LS_NOT_umoddi3"/>
<Define18 Value="LS_NOT_imp___iob"/>
<Define19 Value="USE_STATIC_MPG123"/>
</OtherDefines>
</Other>
</CompilerOptions>
Expand Down

0 comments on commit d86ed21

Please sign in to comment.