[master] Noted in scripts/makefile.mingw that it expects to be run under MSYS.

This commit is contained in:
Glenn Randers-Pehrson 2010-02-18 23:04:25 -06:00
parent 357c1c8c53
commit df6f3f404a

View File

@ -14,6 +14,10 @@
# Built from makefile.cygwin
# This makefile expects to be run under the MSYS shell (part of
# the MINGW project) and not under CMD.EXE which does not provide
# "cat" or "sed".
# This makefile intends to support building outside the src directory
# if desired. When invoking it, specify an argument to SRCDIR on the
# command line that points to the top of the directory where your source