mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +02:00
lazdatadict: use IDEBuildOptions
git-svn-id: trunk@45361 -
This commit is contained in:
parent
e374177ab3
commit
8f5d1856f2
@ -260,12 +260,14 @@ end;
|
||||
Function TBaseConfigGeneratorForm.MoveFieldUp : Boolean;
|
||||
|
||||
begin
|
||||
Result:=false;
|
||||
With CLBFields do
|
||||
If (ItemIndex>0) then
|
||||
begin
|
||||
Items.Exchange(ItemIndex,ItemIndex-1);
|
||||
FFieldMap.Items[ItemIndex].Index:=ItemIndex-1;
|
||||
ItemIndex:=ItemIndex-1;
|
||||
Result:=true;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Name Value="lazdatadict"/>
|
||||
@ -14,10 +14,11 @@
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Other>
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Files Count="15">
|
||||
<Files Count="14">
|
||||
<Item1>
|
||||
<Filename Value="frmconfprojdatadict.lfm"/>
|
||||
<Type Value="LFM"/>
|
||||
@ -72,13 +73,9 @@
|
||||
<UnitName Value="frmgeneratedcode"/>
|
||||
</Item13>
|
||||
<Item14>
|
||||
<Filename Value="reglazdatadict.lrs"/>
|
||||
<Type Value="LRS"/>
|
||||
</Item14>
|
||||
<Item15>
|
||||
<Filename Value="ldd_consts.pas"/>
|
||||
<UnitName Value="ldd_consts"/>
|
||||
</Item15>
|
||||
</Item14>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
@ -104,7 +101,7 @@
|
||||
</Item5>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)/"/>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user