Show
Ignore:
Timestamp:
12/05/06 21:35:06 (2 years ago)
Author:
peter
Message:

Merge changes from mainline upto r685.

This branch is now fully merged. Any remaining problems in doxygen, scripts
and tsuite should now be resolved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/scripts/nightly_copy_source.pl

    r367 r687  
    6363print(" moved to unix target source directory, about to delete all files\n"); 
    6464# remove the old source files 
    65 unlink <*.c> ;  
     65unlink <*.cpp> ;  
    6666 
    6767 
     
    109109        copy( $input  , $output); 
    110110} 
    111 # we have now clobbered the path.c file, and need to copy a valid one from 1 dir up 
     111# we have now clobbered the path.cpp file, and need to copy a valid one from 1 dir up 
    112112# so that version on unix cluster will compile & execute 
    113 copy( "u:/cloudy/trunk/path.c" , "u:/cloudy/trunk/source/path.c" ); 
     113copy( "u:/cloudy/trunk/path.cpp" , "u:/cloudy/trunk/source/path.cpp" ); 
    114114 
    115115# ----------------------------------------------------------