Add NO_HTMLHELP and turn it on by default in Makefile.cyg.

[originally from svn r7033]
This commit is contained in:
Jacob Nevins
2006-12-28 21:39:22 +00:00
parent 39f50b0498
commit b0eed2e628
2 changed files with 15 additions and 1 deletions

View File

@ -487,7 +487,7 @@ if (defined $makefiles{'cygwin'}) {
"# RCINC = --include-dir c:\\cygwin\\include\\\n".
"\n".
&splitline("CFLAGS = -mno-cygwin -Wall -O2 -D_WINDOWS -DDEBUG -DWIN32S_COMPAT".
" -D_NO_OLDNAMES -DNO_MULTIMON " .
" -D_NO_OLDNAMES -DNO_MULTIMON -DNO_HTMLHELP " .
(join " ", map {"-I$dirpfx$_"} @srcdirs)) .
"\n".
"LDFLAGS = -mno-cygwin -s\n".