1
0
mirror of https://github.com/git/git.git synced 2024-10-21 03:28:41 +02:00

Merge branch 'jc/comment-cygwin-win32api-in-makefile'

* jc/comment-cygwin-win32api-in-makefile:
  Makefile: add comment on CYGWIN_V15_WIN32API
This commit is contained in:
Junio C Hamano 2013-01-10 13:47:43 -08:00
commit 5f35dfef25

@ -281,6 +281,10 @@ all::
#
# Define NO_REGEX if you have no or inferior regex support in your C library.
#
# Define CYGWIN_V15_WIN32API if you are using Cygwin v1.7.x but are not
# using the current w32api packages. The recommended approach, however,
# is to update your installation if compilation errors occur.
#
# Define HAVE_DEV_TTY if your system can open /dev/tty to interact with the
# user.
#