|
@@ -23,19 +23,19 @@
|
|
{$endif}
|
|
{$endif}
|
|
Program ppumove;
|
|
Program ppumove;
|
|
uses
|
|
uses
|
|
|
|
+ sysutils,
|
|
{$ifdef unix}
|
|
{$ifdef unix}
|
|
Baseunix,Unix, UnixUtil,
|
|
Baseunix,Unix, UnixUtil,
|
|
{$else unix}
|
|
{$else unix}
|
|
dos,
|
|
dos,
|
|
{$endif unix}
|
|
{$endif unix}
|
|
- sysutils,
|
|
|
|
ppu,
|
|
ppu,
|
|
getopts;
|
|
getopts;
|
|
|
|
|
|
const
|
|
const
|
|
- Version = 'Version 1.0.2';
|
|
|
|
|
|
+ Version = 'Version 2.0.2';
|
|
Title = 'PPU-Mover';
|
|
Title = 'PPU-Mover';
|
|
- Copyright = 'Copyright (c) 1998-2005 by the Free Pascal Development Team';
|
|
|
|
|
|
+ Copyright = 'Copyright (c) 1998-2006 by the Free Pascal Development Team';
|
|
|
|
|
|
ShortOpts = 'o:e:d:i:qhsvbw';
|
|
ShortOpts = 'o:e:d:i:qhsvbw';
|
|
BufSize = 4096;
|
|
BufSize = 4096;
|