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

Comparing:
oup/rewrite/OniUnPacker.dpr (file contents), Revision 106 by alloc, Wed Feb 21 03:09:30 2007 UTC vs.
oup/current/OniUnPacker.dpr (file contents), Revision 129 by alloc, Wed Mar 28 01:12:22 2007 UTC

# Line 25 | Line 25 | uses
25    RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit},
26    Extractor in 'Tools\Extractor.pas' {Form_Extractor},
27    TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace},
28 <  WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form1};
28 >  WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form_WhatLinksHere},
29 >  DatLinks in 'Global\DatLinks.pas',
30 >  _DataTypes in 'FileClasses\_DataTypes.pas',
31 >  _FileTypes in 'FileClasses\_FileTypes.pas',
32 >  LevelDB in 'Helper\LevelDB.pas' {Form_LevelDB};
33  
34   {$R *.res}
35   {$R ExtraIcos.res}
# Line 36 | Line 40 | begin
40    Application.CreateForm(TForm_Main, Form_Main);
41    Application.CreateForm(TForm_Settings, Form_Settings);
42    Application.CreateForm(TForm_ValueEdit, Form_ValueEdit);
43 <  Application.CreateForm(TForm1, Form1);
43 >  Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere);
44 >  Application.CreateForm(TForm_LevelDB, Form_LevelDB);
45    Application.Run;
46 < end.
46 > end.

Diff Legend

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