ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/OniUnPacker.dpr
(Generate patch)

Comparing oup/current/OniUnPacker.dpr (file contents):
Revision 222 by alloc, Mon Jun 18 14:22:53 2007 UTC vs.
Revision 233 by alloc, Fri Jun 29 12:38:24 2007 UTC

# Line 13 | Line 13 | uses
13    ConnectionManager in 'DataAccess\ConnectionManager.pas',
14    Main in 'Main.pas' {Form_Main},
15    Settings in 'Settings.pas' {Form_Settings},
16  Template in 'Tools\Template.pas' {Form_ToolTemplate},
16    OniImgClass in 'Global\OniImgClass.pas',
17    Functions in 'Global\Functions.pas',
18    RawList in 'Global\RawList.pas',
19    DatStructureLoader in 'Global\DatStructureLoader.pas',
20    Exporters in 'Global\Exporters.pas',
21    ValueEdit in 'Helper\ValueEdit.pas' {Form_ValueEdit},
23  TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace},
22    WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form_WhatLinksHere},
23    DatLinks in 'Global\DatLinks.pas',
24    _DataTypes in 'FileClasses\_DataTypes.pas',
# Line 149 | Line 147 | uses
147    BinEdit in 'Tools\BinEdit.pas' {Form_BinEdit},
148    Extractor in 'Tools\Extractor.pas' {Form_Extractor},
149    Preview in 'Tools\Preview.pas' {Form_Preview},
150 <  RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit};
150 >  RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit},
151 >  TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace},
152 >  FileManager in 'Tools\FileManager.pas' {Form_FileManager},
153 >  _Extensions in 'FileClasses\_Extensions.pas',
154 >  _MetaTypes in 'FileClasses\_MetaTypes.pas',
155 >  _TreeElement in 'FileClasses\_TreeElement.pas',
156 >  _Unlinked in 'FileClasses\_Unlinked.pas';
157  
158   {$R *.res}
159   {$R ExtraIcos.res}

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)