home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Extras / Tron20 / tron_tools.exe / TRON_Tools / Tools / AssetLists / BuildAssetLists.pl next >
Perl Script  |  2003-03-10  |  204b  |  11 lines

  1. #! /usr/bin/perl
  2.  
  3. # process all new logs
  4. print "Processing logs...\n";
  5. `perl processNewLogs.pl`;
  6.  
  7. # generate the asset lists...
  8. print "Generating asset lists...\n";
  9. `perl createAssetLists.pl`;
  10.  
  11.