Hi
How to force echo command to output a tab character in MS nmake makefile? Verbatim tabs inserted right into a string after echo command are removed by nmake and don't show up in the output file.
all :
@echo I WANT TO OUTPUT THE <TAB> CHARACTER HERE! > output.txt