mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 01:00:34 +01:00
chmhelp: updated README
git-svn-id: trunk@30821 -
This commit is contained in:
parent
e9cc372dda
commit
d123c41d7a
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user