chmmaker: renamed project and main program file to chmmaker, to prevent naming conflict with chmwriter unit

git-svn-id: trunk@22753 -
This commit is contained in:
vincents 2009-11-24 20:28:48 +00:00
parent 7d314d1f97
commit 563838d75d
3 changed files with 11 additions and 11 deletions

4
.gitattributes vendored
View File

@ -5198,11 +5198,11 @@ tools/apiwizz/apiwizard.pp svneol=native#text/pascal
tools/apiwizz/apiwizz.lpi svneol=native#text/plain
tools/apiwizz/apiwizz.pp svneol=native#text/pascal
tools/check_ide_libs.sh -text svneol=native#application/x-sh
tools/chmmaker/chmmaker.lpi svneol=native#text/plain
tools/chmmaker/chmmaker.lpr svneol=native#text/plain
tools/chmmaker/chmsitemapeditor.lfm svneol=native#text/plain
tools/chmmaker/chmsitemapeditor.lrs svneol=native#text/pascal
tools/chmmaker/chmsitemapeditor.pas svneol=native#text/plain
tools/chmmaker/chmwriter.lpi svneol=native#text/plain
tools/chmmaker/chmwriter.lpr svneol=native#text/plain
tools/chmmaker/example/AboutLazarus.html svneol=native#text/plain
tools/chmmaker/example/MainPage.html svneol=native#text/plain
tools/chmmaker/example/SecondPage.html svneol=native#text/plain

View File

@ -1,9 +1,11 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
<Version Value="6"/>
<Version Value="7"/>
<General>
<Flags>
<LRSInOutputDirectory Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<TargetFileExt Value=""/>
@ -37,24 +39,22 @@
</RequiredPackages>
<Units Count="3">
<Unit0>
<Filename Value="chmwriter.lpr"/>
<Filename Value="chmmaker.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="chmwriter"/>
<UnitName Value="chmmaker"/>
</Unit0>
<Unit1>
<Filename Value="unit1.pas"/>
<ComponentName Value="CHMForm"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="CHMForm"/>
<ResourceBaseClass Value="Form"/>
<ResourceFilename Value="unit1.lrs"/>
<UnitName Value="unit1"/>
</Unit1>
<Unit2>
<Filename Value="chmsitemapeditor.pas"/>
<ComponentName Value="SitemapEditForm"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="SitemapEditForm"/>
<ResourceBaseClass Value="Form"/>
<ResourceFilename Value="chmsitemapeditor.lrs"/>
<UnitName Value="CHMSiteMapEditor"/>
</Unit2>
</Units>

View File

@ -1,4 +1,4 @@
program chmwriter;
program chmmaker;
{$mode objfpc}{$H+}