Mail Archives: cygwin/1999/01/15/17:25:01
Mike Burns wrote:
> I installed the full Beta-20.1 and set the paths etc. I can't get the
> "del" command to work from a make file in Win32 mode when running under
> Win 95 or Win 98. It works under Win NT 4.0. and I can get the test
> case below to work in UNIX mode using "rm" instead of "del".
>
> Makefile (test.mak )
>
> ######################
> DEL=del
>
Try
DEL=$(COMSPEC) /c del
--
Sergey Okhapkin, http://www.lexa.ru/sos
Piscataway, NJ
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -