Skip to content

Commit

Permalink
Added new unit ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ik5 committed Sep 4, 2012
1 parent afff569 commit 95ccf6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/project/quotes.lpi
Expand Up @@ -41,7 +41,7 @@
<PackageName Value="LCL"/>
</Item2>
</RequiredPackages>
<Units Count="7">
<Units Count="8">
<Unit0>
<Filename Value="quotes.lpr"/>
<IsPartOfProject Value="True"/>
Expand Down Expand Up @@ -82,6 +82,11 @@
<IsPartOfProject Value="True"/>
<UnitName Value="fb_details"/>
</Unit6>
<Unit7>
<Filename Value="../units/untconsts.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="untConsts"/>
</Unit7>
</Units>
</ProjectOptions>
<CompilerOptions>
Expand Down
2 changes: 1 addition & 1 deletion src/project/quotes.lpr
Expand Up @@ -30,7 +30,7 @@
cthreads,
{.$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, untDisplayQuotes, untFindQuote,
Forms, untConsts, untDisplayQuotes, untFindQuote,
untSaveSettings, fb_details, untSearchDialog
{$IFDEF UNIX}
{$IFDEF LCLGTK2}
Expand Down

0 comments on commit 95ccf6c

Please sign in to comment.