chmhelp: updated README

git-svn-id: trunk@30821 -
This commit is contained in:
mattias 2011-05-19 20:50:52 +00:00
parent e9cc372dda
commit d123c41d7a
2 changed files with 10 additions and 13 deletions

View File

@ -20,7 +20,8 @@ This is a basic HOWTO for integrating lhelp into the Lazarus IDE.
6 ) Configure the paths for the lhelp:
From the Help menu choose "Configure Help"
From the Tools menu choose "Options"
Change to Help / Help options.
Change to the "Viewers" tab and select "CHM Help Viewer"
HelpEXE:
@ -29,8 +30,7 @@ This is a basic HOWTO for integrating lhelp into the Lazarus IDE.
HelpFilesPath:
This is the directory that contains the lcl.chm fcl.chm and rtl.chm files.
You can compile these files yourself or download them from the
www.freepascal.org download page.
You can download them from the download page of www.lazarus.freepascal.org.
HelpLabel Name and Tag do not need to be altered.
The HelpLabel is the name of the named pipe that lazarus will use to communicate with lhelp.

View File

@ -1,21 +1,20 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<PathDelim Value="\"/>
<Version Value="8"/>
<General>
<Flags>
<LRSInOutputDirectory Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<TargetFileExt Value=""/>
<UseXPManifest Value="True"/>
<Icon Value="0"/>
</General>
<VersionInfo>
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion="0.0.0.0"/>
</VersionInfo>
<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)"/>
@ -93,12 +92,12 @@
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="9"/>
<Version Value="10"/>
<PathDelim Value="\"/>
<SearchPaths>
<Libraries Value="\emul\linux\x86\lib\;\emul\linux\x86\usr\lib32\"/>
<OtherUnitFiles Value="..\..\..\..\fpc\packages\chm\src\"/>
<SrcPath Value="$(LazarusDir)\lcl\;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\"/>
<OtherUnitFiles Value="..\..\..\..\fpc\packages\chm\src"/>
<SrcPath Value="$(LazarusDir)\lcl;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
@ -125,8 +124,6 @@
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CustomOptions Value="
"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>