aboutsummaryrefslogtreecommitdiff
path: root/mkfiles.pl
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2006-12-28 21:39:22 +0000
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2006-12-28 21:39:22 +0000
commitb0eed2e6289777d36d2dc9776d6985b9e6385e53 (patch)
tree34bae5168c8595d3a351680290536d813a7f8956 /mkfiles.pl
parent39f50b049881a0b745039748020487451de3d8ed (diff)
downloadpuzzles-b0eed2e6289777d36d2dc9776d6985b9e6385e53.zip
puzzles-b0eed2e6289777d36d2dc9776d6985b9e6385e53.tar.gz
puzzles-b0eed2e6289777d36d2dc9776d6985b9e6385e53.tar.bz2
puzzles-b0eed2e6289777d36d2dc9776d6985b9e6385e53.tar.xz
Add NO_HTMLHELP and turn it on by default in Makefile.cyg.
[originally from svn r7033]
Diffstat (limited to 'mkfiles.pl')
-rwxr-xr-xmkfiles.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfiles.pl b/mkfiles.pl
index 4aa7f20..cefd365 100755
--- a/mkfiles.pl
+++ b/mkfiles.pl
@@ -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".