Files
nethack/sys
nhmall 93cd299b69 nmake output status messages
Changes to be committed:
	modified:   sys/winnt/Makefile.msc

I've noticed odd output from some of the echo statements
used in the Microsoft nmake Makefile before, but never
bothered to investigate why.

Pat observed that it was due to conversion of \t
in the path that resulted from expansion of the target
macro $@

This change uses the macro character substitution
feature to convert the back slashes to forward slashes
in the message, making the quirky conversion go away.
2015-11-19 22:35:49 -05:00
..
2015-05-25 09:21:31 +09:00
2015-11-18 03:04:35 -08:00
2015-10-17 18:47:31 +03:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-11-18 18:07:35 -08:00
2015-11-18 18:07:35 -08:00
2015-10-17 18:47:31 +03:00
2015-11-19 22:35:49 -05:00