Ignore:
Timestamp:
31/08/2006 23:32:17 (6 years ago)
Author:
chris
Message:

Revert to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/makeexception.pl.in

    r710 r890  
    11#!@PERL@ 
    2  
    3 use lib "../../infrastructure"; 
    4 use BoxPlatform; 
    52 
    63# global exception list file 
    74my $global_list = '../../ExceptionCodes.txt'; 
     5 
    86 
    97my @exception; 
     
    4947print "Generating $class exception...\n"; 
    5048 
    51 open CPP,">autogen_${class}Exception.cpp.new" or die "Can't open cpp file for writing"; 
    52 open H,">autogen_${class}Exception.h.new" or die "Can't open h file for writing"; 
     49open CPP,">autogen_${class}Exception.cpp" or die "Can't open cpp file for writing"; 
     50open H,">autogen_${class}Exception.h" or die "Can't open h file for writing"; 
    5351 
    5452# write header file 
     
    202200close H; 
    203201close CPP; 
    204  
    205 update_if_changed("autogen_${class}Exception.cpp"); 
    206 update_if_changed("autogen_${class}Exception.h"); 
    207202 
    208203# update the global exception list 
Note: See TracChangeset for help on using the changeset viewer.