Browse Source

* fixed building on non unix targets
* increased copyright
* changed version to 2.0.2

git-svn-id: trunk@2264 -

florian 19 năm trước cách đây
mục cha
commit
9ad60a821f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      compiler/utils/ppumove.pp

+ 3 - 3
compiler/utils/ppumove.pp

@@ -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;