lazdatadict: use IDEBuildOptions

git-svn-id: trunk@45361 -
This commit is contained in:
mattias 2014-06-05 20:12:39 +00:00
parent e374177ab3
commit 8f5d1856f2
2 changed files with 7 additions and 8 deletions

View File

@ -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;

View File

@ -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"/>