codetools1: updated lpk

git-svn-id: trunk@22866 -
This commit is contained in:
mattias 2009-11-30 08:51:58 +00:00
parent eb773ef0f5
commit 78d2df6cba

View File

@ -2,15 +2,18 @@
<CONFIG> <CONFIG>
<Package Version="3"> <Package Version="3">
<Name Value="CodeTools1"/> <Name Value="CodeTools1"/>
<AddToProjectUsesSection Value="False"/>
<Author Value="Mattias Gaertner"/> <Author Value="Mattias Gaertner"/>
<CompilerOptions> <CompilerOptions>
<Version Value="5"/> <Version Value="8"/>
<SearchPaths> <SearchPaths>
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<CodeGeneration> <Parsing>
<Generate Value="Faster"/> <SyntaxOptions>
</CodeGeneration> <AllowLabel Value="False"/>
</SyntaxOptions>
</Parsing>
<Other> <Other>
<CompilerPath Value="$(CompPath)"/> <CompilerPath Value="$(CompPath)"/>
</Other> </Other>
@ -18,8 +21,8 @@
<Description Value="Tools and functions to parse, browse and edit pascal sources"/> <Description Value="Tools and functions to parse, browse and edit pascal sources"/>
<License Value="GPL-2 <License Value="GPL-2
"/> "/>
<Version Major="1"/> <Version Major="1" Release="1"/>
<Files Count="53"> <Files Count="57">
<Item1> <Item1>
<Filename Value="Makefile"/> <Filename Value="Makefile"/>
<Type Value="Text"/> <Type Value="Text"/>
@ -233,6 +236,22 @@
<Filename Value="stdcodetools.pas"/> <Filename Value="stdcodetools.pas"/>
<UnitName Value="StdCodeTools"/> <UnitName Value="StdCodeTools"/>
</Item53> </Item53>
<Item54>
<Filename Value="allcodetoolunits.pp"/>
<UnitName Value="AllCodeToolUnits"/>
</Item54>
<Item55>
<Filename Value="codeindex.pas"/>
<UnitName Value="CodeIndex"/>
</Item55>
<Item56>
<Filename Value="findoverloads.pas"/>
<UnitName Value="FindOverloads"/>
</Item56>
<Item57>
<Filename Value="pascalexpr.pas"/>
<UnitName Value="PascalExpr"/>
</Item57>
</Files> </Files>
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>