Changeset 687 for branches/newmole/scripts/nightly_copy_source.pl
- Timestamp:
- 12/05/06 21:35:06 (2 years ago)
- Files:
-
- 1 modified
-
branches/newmole/scripts/nightly_copy_source.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/scripts/nightly_copy_source.pl
r367 r687 63 63 print(" moved to unix target source directory, about to delete all files\n"); 64 64 # remove the old source files 65 unlink <*.c > ;65 unlink <*.cpp> ; 66 66 67 67 … … 109 109 copy( $input , $output); 110 110 } 111 # we have now clobbered the path.c file, and need to copy a valid one from 1 dir up111 # we have now clobbered the path.cpp file, and need to copy a valid one from 1 dir up 112 112 # so that version on unix cluster will compile & execute 113 copy( "u:/cloudy/trunk/path.c " , "u:/cloudy/trunk/source/path.c" );113 copy( "u:/cloudy/trunk/path.cpp" , "u:/cloudy/trunk/source/path.cpp" ); 114 114 115 115 # ----------------------------------------------------------
