(file) Return to chexify.pl CVS log (file) (dir) Up to [RizwankCVS] / group3 / wine / tools

Diff for /group3/wine/tools/chexify.pl between version 1.1.1.1 and 1.3

version 1.1.1.1, 2005/02/21 07:07:13 version 1.3, 2005/02/25 08:32:42
Line 1 
Line 1 
 #!/usr/bin/perl #!/usr/bin/perl
 # hexify.pl # hexify.pl
 # Takes a list of filenames on stdin and create a C data array for each one. # Takes a list of filenames on stdin and create a C data array for each one.
 # Copyright Dan Kegel 2005  # Copyright Dan Kegel, Rizwan Kassim 2005
 # Licensed under LGPL # Licensed under LGPL
  
 # no input record separator # no input record separator
Line 23 
Line 23 
        }        }
        close FILE;        close FILE;
  
        print "};\n\n";         print "};\n";
          print "const static int size_$varname"." = sizeof(file_$varname);\n\n";
 } }


Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

Rizwan Kassim
Powered by
ViewCVS 0.9.2