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_files_original.pl

    r313 r687  
    101101print(" moved to unix target source directory, about to delete all files\n"); 
    102102# remove the old source files 
    103 unlink <*.c> ;  
     103unlink <*.cpp> ;  
    104104# 
    105105# -------- 
     
    499499        copy( $input  , $output); 
    500500} 
    501 # we have now clobbered the path.c file, and need to copy a valid one from 1 dir up 
    502 copy( "u:/cloudy/trunk/path.c" , "u:/cloudy/trunk/source/path.c" ); 
     501# we have now clobbered the path.cpp file, and need to copy a valid one from 1 dir up 
     502copy( "u:/cloudy/trunk/path.cpp" , "u:/cloudy/trunk/source/path.cpp" ); 
    503503 
    504504# move to pc unix tsuite directory