Title: [PATCH] VisualStudio build can prompt user during make for file confirmation

Baseline: 0.9.5a

Annoying stdin prompts during VC build...

*** util/pl/VC-32.pl.old    Fri Jul 21 13:51:28 2000
--- util/pl/VC-32.pl        Fri Jul 21 13:51:13 2000
***************
*** 8,15 ****

  $o='\\';
  #$cp='copy nul+';     # Timestamps get stuffed otherwise
! $cp='copy';
! $rm='del';

  # C compiler stuff
  $cc='cl';
--- 8,15 ----

  $o='\\';
  #$cp='copy nul+';     # Timestamps get stuffed otherwise
! $cp='copy /y';
! $rm='del /f /q';

  # C compiler stuff
  $cc='cl';

Reply via email to