~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to msvc/gmp/build.vc8/file_copy.bat

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if not exist %1 ( echo file_copy failure: %1 not found && goto exit)
 
2
if exist %2     ( fc %1 %2 > nul && if not %errorlevel 1 goto exit )
 
3
echo copying %1 to %2 && copy %1 %2
 
4
:exit
 
 
b'\\ No newline at end of file'