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 109 by alloc, Wed Feb 21 03:12:33 2007 UTC vs.
Revision 181 by alloc, Sat May 19 17:54:34 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 >  Img_DDSTypes in 'Global\Img_DDSTypes.pas';
34  
35   {$R *.res}
36   {$R ExtraIcos.res}
# Line 36 | Line 41 | begin
41    Application.CreateForm(TForm_Main, Form_Main);
42    Application.CreateForm(TForm_Settings, Form_Settings);
43    Application.CreateForm(TForm_ValueEdit, Form_ValueEdit);
44 <  Application.CreateForm(TForm1, Form1);
44 >  Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere);
45 >  Application.CreateForm(TForm_LevelDB, Form_LevelDB);
46    Application.Run;
47 < end.
47 > end.

Diff Legend

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