File: MSWin32.pl

package info (click to toggle)
libproc-processtable-perl 0.637-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: ansic: 5,765; perl: 568; makefile: 15
file content (4 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (4)
1
2
3
4
use File::Copy;
unlink "OS.c" if -e "OS.c";
File::Copy::copy "os/MSWin32.c", "OS.c" or die "Could not copy os/MSWin32.c to OS.c\n";
utime time, time, "OS.c"; # Win32 does not update the mod time of a copied file