Changeset 48

Show
Ignore:
Timestamp:
06/01/06 21:15:26 (2 years ago)
Author:
Gregor
Message:

bcd/gen/bcdgen.d: Get rid of out.i and out.xml when we're finished.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bcd/gen/bcdgen.d

    r47 r48  
    244244    } 
    245245     
    246     // get rid of the template file 
     246    // get rid of the files we no longer need 
    247247    if (templates != "") { 
    248248        std.file.remove("bcd/" ~ dNamespace ~ "/template_D.h"); 
    249249    } 
     250    std.file.remove("out.i"); 
     251    std.file.remove("out.xml"); 
    250252     
    251253    return 0;