Skip to content

Commit

Permalink
Temporarly put back conditionals for non Attracs projects. #20
Browse files Browse the repository at this point in the history
bero committed Dec 6, 2024

Unverified

The email in this signature doesn’t match the committer email.
1 parent 04486ce commit cabea23
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Bold.dproj
Original file line number Diff line number Diff line change
@@ -169,6 +169,7 @@
<DCCReference Include="Source\BoldComObj.pas"/>
<DCCReference Include="Source\BoldComPersistenceHandleReg.pas"/>
<DCCReference Include="Source\BoldComReg.pas"/>
<DCCReference Include="Source\BoldComServer.pas"/>
<DCCReference Include="Source\BoldComServerHandles.pas"/>
<DCCReference Include="Source\BoldComThreads.pas"/>
<DCCReference Include="Source\BoldComUtils.pas"/>
6 changes: 3 additions & 3 deletions Source/Bold.inc
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ Illegal symbol combination
{.$DEFINE NoAutoSubscription}

// Mechanism for efficient fetching
{.$DEFINE SpanFetch}
{$DEFINE SpanFetch}

// Turns off query mechanism
{$DEFINE BOLD_NO_QUERIES}
@@ -229,7 +229,7 @@ Illegal symbol combination
{$ENDIF}

// settings for design package
(*

{$IFNDEF Attracs}
{$DEFINE NoAutoSubscription}
{$UNDEF SpanFetch}
@@ -242,4 +242,4 @@ Illegal symbol combination
{$UNDEF ConvertZeroDateToDateNil}
{$UNDEF BoldSystemBroadcastMemberEvents}
{$ENDIF}
*)

0 comments on commit cabea23

Please sign in to comment.