lazarus/examples/htmlhelp_ipro/htmlhelpsample.lpi
mattias ec28f19074 examples: removed obsolete SrcPath
git-svn-id: trunk@48099 -
2015-03-02 18:52:45 +00:00

78 lines
2.2 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
<Version Value="5"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<IconPath Value="./"/>
<TargetFileExt Value=""/>
<Title Value="htmlhelp1"/>
</General>
<PublishOptions>
<Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<RequiredPackages Count="2">
<Item1>
<PackageName Value="TurboPowerIPro"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
</RequiredPackages>
<Units Count="3">
<Unit0>
<Filename Value="htmlhelpsample.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="HTMLHelpSample"/>
</Unit0>
<Unit1>
<Filename Value="htmlhelp2unit1.pas"/>
<ComponentName Value="Form1"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="htmlhelp2unit1.lrs"/>
<UnitName Value="HtmlHelp2Unit1"/>
</Unit1>
<Unit2>
<Filename Value="htmlhelp2viewer.pas"/>
<ComponentName Value="HelpViewerForm"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="htmlhelp2viewer.lrs"/>
<UnitName Value="HtmlHelp2Viewer"/>
</Unit2>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<Verbosity>
<ShowHintsForUnusedUnitsInMainSrc Value="True"/>
</Verbosity>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
</CONFIG>