mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
examples: addressbook: nicer output directory
git-svn-id: trunk@40631 -
This commit is contained in:
parent
146aeb1092
commit
334ad5e38d
@ -30,8 +30,7 @@
|
||||
</RunParams>
|
||||
<RequiredPackages Count="2">
|
||||
<Item1>
|
||||
<PackageName Value="DBFLaz"/>
|
||||
<MinVersion Minor="1" Release="1" Valid="True"/>
|
||||
<PackageName Value="dbflaz"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="LCL"/>
|
||||
@ -56,6 +55,12 @@
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="address_book"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
|
@ -23,7 +23,7 @@ program addrbook;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Interfaces, frmmain, Forms, DBFLaz;
|
||||
Interfaces, frmmain, Forms, dbflaz;
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
|
Loading…
Reference in New Issue
Block a user