richmemo: win32 win32richmemoole should be considered as a part of the package

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2016-09-27 03:33:00 +00:00
parent 98caf0bcec
commit 0f1c8da837
2 changed files with 7 additions and 3 deletions

View File

@ -28,7 +28,7 @@
"/> "/>
<License Value="LGPL"/> <License Value="LGPL"/>
<Version Major="1"/> <Version Major="1"/>
<Files Count="18"> <Files Count="19">
<Item1> <Item1>
<Filename Value="wsrichmemo.pas"/> <Filename Value="wsrichmemo.pas"/>
<AddToUsesPkgSection Value="False"/> <AddToUsesPkgSection Value="False"/>
@ -104,12 +104,17 @@
</Item16> </Item16>
<Item17> <Item17>
<Filename Value="ide\rtfeditpropdialog.pas"/> <Filename Value="ide\rtfeditpropdialog.pas"/>
<UnitName Value="rtfeditpropdialog"/> <UnitName Value="RtfEditPropDialog"/>
</Item17> </Item17>
<Item18> <Item18>
<Filename Value="ide\rtfeditpropdialog.lfm"/> <Filename Value="ide\rtfeditpropdialog.lfm"/>
<Type Value="LFM"/> <Type Value="LFM"/>
</Item18> </Item18>
<Item19>
<Filename Value="win32\win32richmemoole.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32RichMemoOle"/>
</Item19>
</Files> </Files>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>

View File

@ -4,7 +4,6 @@
unit richmemopackage; unit richmemopackage;
{$warn 5023 off : no warning about unused units}
interface interface
uses uses