Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
- error introduced when renaming LIST.pas to DXCC.pas
  • Loading branch information
w7sst committed Sep 10, 2024
1 parent 13e5e23 commit 980146d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ArrlSS.pas
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ implementation
PerlRegEx, // for regular expression support
Ini, // for ActiveContest
ArrlSections, // SectionsTbl
ARRL;
DXCC;

function TSweepstakes.LoadCallHistory(const AUserCallsign : string) : boolean;
const
Expand Down
8 changes: 4 additions & 4 deletions Test/UnitTests.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectVersion>19.5</ProjectVersion>
<FrameworkType>None</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Console</AppType>
Expand Down Expand Up @@ -89,13 +89,13 @@
</DelphiCompile>
<DCCReference Include="..\PerlRegEx\pcre.pas"/>
<DCCReference Include="..\PerlRegEx\PerlRegEx.pas"/>
<DCCReference Include="LexerTest.pas"/>
<DCCReference Include="..\Util\Lexer.pas"/>
<DCCReference Include="..\Util\SSExchParser.pas"/>
<DCCReference Include="SSLexerTest.pas"/>
<DCCReference Include="..\ExchFields.pas"/>
<DCCReference Include="MySSExchTest.pas"/>
<DCCReference Include="..\Util\ArrlSections.pas"/>
<DCCReference Include="LexerTest.pas"/>
<DCCReference Include="SSLexerTest.pas"/>
<DCCReference Include="MySSExchTest.pas"/>
<DCCReference Include="SSExchParserTest.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
Expand Down

0 comments on commit 980146d

Please sign in to comment.