> Date: Mon, 2 Aug 2010 11:35:47 +0530
> From: Geetika Gupta <[email protected]>
> 
> '.\echo.' is not recognized as an internal or external command,
> operable program or batch file.
> NMAKE : fatal error U1077: '.\echo.' : return code '0x1'
> Stop.
> **************************
> 
> Pls help me out with the problem.

This list is for GNU Make, whereas you are using Microsoft's
proprietary Nmake.

Anyway, my guess is that the you need to use "echo", without the
backslash and the period, rather than ".\echo.".

_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to