Re: win32 MSVC singal testing cmd.exe works MSYS does not

2005-08-29 Thread Earnie Boyd
On 11:31:49 pm 2005-08-28 "J. Grant" <[EMAIL PROTECTED]> wrote: > > C:\msys\1.0\home\now3d>make -fmakefile_sig.mak > main > counting: > (I press ctrl+c) > make: *** [temp1] Interrupt > > C:\msys\1.0\home\now3d> > > Under MSYS ctrl+c still kills make.exe, leaving MSYS (rxvt.exe + > sh.exe) running

win32 MSVC singal testing cmd.exe works MSYS does not

2005-08-28 Thread J. Grant
Hi, I rebuilt the todays CVS code with MSVC to confirm Eli's patch witch is in CVS now I believe. Under cmd.exe the MSVC make.exe works the same as on GNU/Linux, great Eli! C:\msys\1.0\home\now3d>make -fmakefile_sig.mak -j8 main main counting: counting: (I press ctrl+c) make: *** [temp2] Interr