Geetika Gupta wrote:
Hi Team,
I am facing difficulty in build procedure of Wireshark.
After following steps mentioned in
http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
When I run command
nmake -f Makefile.nmake setup
>
> <snip>
./win2k_xp/bin/wtsapi32.dll
'.\echo.' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '.\echo.' : return code '0x1'
Stop.
**************************
I find the ".\" in ".\echo." puzzling. Where did that come from ?
As far as I know the ".\" is not part of any echo command in Makefile.nmake.
Do you somehow have a doskey macro for "echo" or something?