mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Add NO_HTMLHELP and turn it on by default in Makefile.cyg.
[originally from svn r7033]
This commit is contained in:
@ -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".
|
||||
|
Reference in New Issue
Block a user