fpc/packages/fpindexer/examples/docindexer.lpi
michael ed4b94706b * HTML search database example
git-svn-id: trunk@39415 -
2018-07-08 19:46:15 +00:00

105 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<General>
<Flags>
<SaveClosedFiles Value="False"/>
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="docindexer"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
</General>
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<CommandLineParams Value="-e -d ~\dh\doc\fpdoc\ -d ~\dh\doc\prog\ -d ~\dh\doc\ref -d ~\dh\doc\user -p iso-8859-1 -c database.ini"/>
</local>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default">
<local>
<CommandLineParams Value="-e -d ~\dh\doc\fpdoc\ -d ~\dh\doc\prog\ -d ~\dh\doc\ref -d ~\dh\doc\user -p iso-8859-1 -c database.ini"/>
</local>
</Mode0>
</Modes>
</RunParams>
<Units Count="5">
<Unit0>
<Filename Value="docindexer.pp"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
<Filename Value="fpindexer.pp"/>
<IsPartOfProject Value="True"/>
<UnitName Value="fpIndexer"/>
</Unit1>
<Unit2>
<Filename Value="fpsearch.pp"/>
<IsPartOfProject Value="True"/>
<UnitName Value="fpSearch"/>
</Unit2>
<Unit3>
<Filename Value="sqliteindexdb.pp"/>
<IsPartOfProject Value="True"/>
<UnitName Value="SQLiteIndexDB"/>
</Unit3>
<Unit4>
<Filename Value="ireadertxt.pp"/>
<IsPartOfProject Value="True"/>
<UnitName Value="IReaderTXT"/>
</Unit4>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="docindexer"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="..\src"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<UseHeaptrc Value="True"/>
</Debugging>
</Linking>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>