Codetools example ReplaceResourceDirectives: Add a sample file to the project. Fix comment.

git-svn-id: trunk@56273 -
This commit is contained in:
juha 2017-11-03 23:54:54 +00:00
parent f09e119113
commit 65ff63a7df
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<Version Value="10"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
@ -34,12 +34,16 @@
<PackageName Value="LCL"/>
</Item2>
</RequiredPackages>
<Units Count="1">
<Units Count="2">
<Unit0>
<Filename Value="replaceresourcedirectives.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="ReplaceResourceDirectives"/>
</Unit0>
<Unit1>
<Filename Value="scanexamples/resourcetest1.pas"/>
<IsPartOfProject Value="True"/>
</Unit1>
</Units>
</ProjectOptions>
<CompilerOptions>

View File

@ -21,7 +21,7 @@
Author: Mattias Gaertner
Abstract:
Demonstration of how to reduce IFDEFs in a source file.
Demonstration of how to add or remove resource directives.
}
program ReplaceResourceDirectives;